Library /sys$common/syshlp/dbg$help.hlb DEBUG, Language Support, SCAN, Operators in Language Expressions *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Supported SCAN operators in language expressions include: Kind Symbol Function Prefix + Unary plus Infix + Addition Infix * Multiplication Infix / Division Infix & Concatenation Infix = Equal to Infix <> Not equal to Infix > Greater than Infix >= Greater than or equal to Infix < Less than Infix <= Less than or equal to Prefix NOT Complement Infix AND Intersection Infix OR Union Infix XOR Exclusive OR
|