Search    
 

   
 

 
PRAGMA PROGRAM REFERENCE MANUAL
Index
All Operation

Expand All      ADDENDUM
IF IF Standard Verb Conditional Operation
Target =

Compares two items for equality, inequality, or relative value. If the condi-
tion tested is true, the DO portion of the verb is exectuted. If the conditi-
on tested is not true, the ELSE portion is executed. You can test for two
conditions simultaneosly or nest IF verbs an unlimited number of times.
The allowed comparison must be an expression or a noun containing one of the
following strings: "<", ">", "=", "^", "<=", ">=", "=>" ,"=<", "<>", "><"

IF the value ITEM 1 CONDITION ITEM 2
do VERB(S)
else VERB(S)
end

ITEM 1 and ITEM 2 are the nouns, numbers or expressions you want to compare.

SEE ALSO: IF REFERENCE


 

CustomWare® is a registered trademark of CustomWare Designs, Inc. All rights reserved.
CustomWare® is a registered servicemark of CustomWare Designs, Inc.  All rights reserved.
All images and designs on this web site are copyrighted© 2021.
v t