Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- Force 4.0 Reference - note place a single-line comment in source file http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 note                Place a single-line comment in source file
------------------------------------------------------------------------------
 Syntax
   note

 Arguments
   None.

 Description
   The note command marks a source code line as a comment. The note command
   must be placed in the beginning of the line.

 Example
   #define EXAMPLE_SYSTEM
   #include example.hdr

   proc Test_note
   ? "start"
   note This is a comment
   ? "end"
   endproc

   proc main
   Test_note()
   endproc

See Also: //

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