[next] [previous] [contents]

  2.5.1 Entering Comments
  BASIC allows you to enter comments into the BASIC envi-
  ronment by specifying an exclamation point. Any text that
  follows the exclamation point ( ! ) is treated as a comment.
  For example:
  $ TYPE build_special.com
  $ SET VERIFY
  $ BASIC
  
EXAMPLE: Click to display example.