Post-Relational Database Command Reference
BASIC Language Reference
 UNIVERSE 
 BASIC 
 BASIC
   ABORT
   ASSIGNMENT
   BOOLEAN
   BRANCHING
   BSD
   COMPILE.TIME
   CONSTANT
   DIMENSION
   DYNAMIC
   EQUATE
   EXECUTE
   IO
   MATH
   NLS
   SQL
   STRING
   SYSTEM
   TABLE
   TAPE
   TBD
   TRANSACTION
   TRANSFORM
 PROC
   BRANCHING
   BUFFER
   EXECUTE
 TCL
   ANALYSIS
   IO
   SYSTEM
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:30 23 Apr 2010
Courtesy of Key Ally, Inc.
More information at U2-Users Group
UniVerse is a Trademark of Rocket Software. Previous, IBM, Informix, Ardent, and vMark.
DMOZ
Wikipedia