[<<Previous Entry] [^^Up^^] [Next Entry>>] [Menu] [About The Guide]
 Shortcutting

     (expression) A compiler optimization that causes expressions to be
     evaluated only to the extent required to determine their outcome.  For
     example, in the expression f() .OR. g() function g need not be executed
     if function f returns true (.T.).  CA-Clipper performs shortcutting on
     all logical operators (.OR. .AND. .NOT.).


This page created by ng2html v1.05, the Norton guide to HTML conversion utility. Written by Dave Pearson