Concept Flow - Comments and documentation markup
Start Code
Read Line
Is it a Comment?
No→Execute Code
Yes
Ignore or Use for Docs
Next Line
↩Back to Read Line
The program reads each line, checks if it's a comment or documentation markup, then either ignores it or uses it for docs, otherwise executes the code.