Library /sys$common/syshlp/basichelp.hlb IF *Conan The Librarian (sorry for the slow response - running on an old VAX) |
The IF statement evaluates a conditional expression and transfers program control, depending on the resulting value. Examples IF A > 0 THEN PRINT A ELSE PRINT "A IS NOT GREATER THAN 0" END IF PRINT A IF A > 0
Additional Information (explode) :
|