! (EXCLAMATION MARK)

! (EXCLAMATION MARK)

The exclamation mark is the marker for adding comments to the end of numbered programming lines. Any text following the ! is ignored when the line or command is processed.
Format
!<comment>
Parameters
The comment string can contain any character and is terminated by the carriage return.
Example
This is an example of how to use the
!
(comments) command:
10 LET A=10 ! Indicates number of labels to print
Comments
None