Library /sys$common/syshlp/dbg$help.hlb DEBUG, Language Support, BASIC, Operators in Language Expressions *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Supported BASIC operators in language expressions include: Kind Symbol Function Prefix + Unary plus Infix + Addition, String concatenation Infix * Multiplication Infix / Division Infix ** Exponentiation Infix ^ Exponentiation Infix = Equal to Infix <> Not equal to Infix >< Not equal to Infix > Greater than Infix >= Greater than or equal to Infix => Greater than or equal to Infix < Less than Infix <= Less than or equal to Infix =< Less than or equal to Prefix NOT Bit-wise NOT Infix AND Bit-wise AND Infix OR Bit-wise OR Infix XOR Bit-wise exclusive OR Infix IMP Bit-wise implication Infix EQV Bit-wise equivalence
|