Concept Flow - Comments and documentation
Start Code
Read Line
Is it a comment?
Yes→Ignore during execution
No
Execute line
More lines?
Yes→Read Line
No
End Code
The program reads each line; if it is a comment, it skips execution but keeps it for documentation; otherwise, it runs the code.