Boolean Operations
DCL supports assignment of boolean
values:
$ vbl = (condition)
Examples:
$ TRUE = (1 .EQ. 1)
$ FALSE = (1 .EQ. 0)
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
The “truth” value of conditional expressions can be assigned to variables for use in multiple comparisons within a procedure.