Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Telix/SALT v3.15 & RS-232, Hayes - <b>comment</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
  COMMENT

  The special characters // indicate the start of a comment.  The
  comment is ended by the end of a line.  Comments may start in
  any column, and may be on a line by themselves or on the same
  line FOLLOWING an executable statement or any portion of an
  executable statement.  A comment may not PRECEDE an executable
  statement or any portion thereof on a line.

  // This commment is on a line by itself

        while (1) {       // This comment follows a statement
                .
                .
                .
          }

Online resources provided by: http://www.X-Hacker.org --- NG 2 HTML conversion by Dave Pearson