Concept Flow - Documentation with comments
Start Script
Read Line
Is it a comment line?
Yes→Ignore for execution
No
Execute line
More lines?
Yes→Read Line
No
End Script
The script reads each line, skips lines starting with # (comments), and executes the rest until the script ends.