The program file can also contain lines that are comments. Such lines simply start with the single quote (') character followed by a space like this:


' wrong reply to demonstrate how app flags it
PX=0,DUMMY
PY=0,DUMMY
PZ=0,DUMMY
PU=0,DUMMY


The comments are designed to work with ASCII character languages. Please note that while it is possible to use Unicode character languages in the comments, it is not recommended as it has not been fully tested, and may cause unexpected results in the code execution


Return to ASCII programs