Library /sys$common/syshlp/dbg$help.hlb DEBUG, Language Support, DIBOL, Operators in Language Expressions *Conan The Librarian (sorry for the slow response - running on an old VAX) |
Supported DIBOL operators in language expressions include: Kind Symbol Function Prefix # Round Prefix + Unary plus Infix + Addition Infix * Multiplication Infix / Division Infix // Division with fractional result Infix .EQ. Equal to Infix .NE. Not equal to Infix .GT. Greater than Infix .GE. Greater than or equal to Infix .LT. Less than Infix .LE. Less than or equal to Infix .NOT. Logical NOT Infix .AND. Logical AND Infix .OR. Logical OR Infix .XOR. Exclusive OR
|