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

     (expression) In CA-Clipper, an operation that allows source code to be
     compiled and executed at runtime.  In CA-Clipper, the macro symbol (&)
     does not perform text substitution unless embedded within a character
     string.  Instead, it is generally treated as a unary operator that
     operates on a character string.  The text in the character string is
     compiled on the fly using a special runtime compiler.  The resulting
     code is then executed, and the value obtained is returned as the result
     of the macro operation.


See Also: Code Block Unary Operator

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