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>( )</b> http://www.X-Hacker.org [<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 ( )
 Function or grouping indicator                  (Special)
------------------------------------------------------------------------------
 Description

     Parentheses (()) in expressions group certain operations for readability
     or to force a particular evaluation order.  Parentheses also identify a
     function call.

     When specifying the grouping operator, the item that falls within the
     parentheses must be a valid expression.  Subexpressions may be further
     grouped.

     For function calls, a valid function name must precede the left
     parenthesis, and the function arguments, if any, must be contained
     within the parentheses.

 Examples

     .  This example changes the default order of expression
        evaluation:

        ? 5 * (10 + 6) / 2         // Result: 40

     .  The next example shows a function call:

        x := SQRT(100)

See Also: &

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