Retro video games delivered to your door every month!
Click above to get retro games delivered to your door ever month!
X-Hacker.org- The Guide To Clipper - <b>note/*/&&</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
NOTE/*/&&


Syntax:     NOTE/* [<text>]
            [<command>] && [<text>]

Purpose:    To place a comment as a command line or after a command
            statement in a program.

Argument:   <text> is a string of characters placed after the
            comment indicator.

Usage:      NOTE or asterisk (*) must begin the command, while double
            ampersand (&&) can occur anywhere on the command line.  All
            characters after the comment indicator are ignored until
            Clipper encounters an end-of-line (carriage return/line
            feed).  Comments, therefore, cannot be continued with the
            semicolon onto a new line.

Library:    CLIPPER.LIB


----------------------------------- Example --------------------------------

   NOTE This is a comment
   * This is a comment
   SET TALK ON             && This is a comment


   Note(s) This is a comment
   *
   * This is a comment
   *
   Note end


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