Post-Relational Database Command Reference
 ZEBRA 
 BASIC 
 BASIC
   ABORT
   ASSIGNMENT
   BOOLEAN
   BRANCHING
   COMPILE.TIME
   CONSTANT
   DIMENSION
   DYNAMIC
   EQUATE
   EXECUTE
   IO
   MATH
   STRING
   SYSTEM
   TABLE
   TAPE
   TBD
   TRANSFORM
BASIC CODE: BOOLEAN
Example of Boolean logic

Code Example

      if (OLD.VALUE # CURRENT.VALUE) then
         OLD.VALUE = CURRENT.VALUE
      end
      *
      if (MEASURE = "PINT") then
         gosub manage.liquid.measures
      end
      *
      begin case
         case (HATSIZE > 7)
           gosub large.hat.sbr
         case (HATSIZE < 7)
           gosub small.hat.sbr
         case 1
           gosub medium.hat.sbr
      end case

Synonyms
See also      =      |     #      |     >      |     <      |     AND      |     IF      |     THEN      |     ELSE      |     END      |     BEGIN.CASE      |     CASE      |     END.CASE     
Categories      ALL      |     BOOLEAN     
More Details or Suggestions?
     

Updated from a Post-Relational data table on 10:18:38 23 Apr 2010
Courtesy of Key Ally, Inc.
General Automation is a Trademark of Tiger Logic