Integer Operations
DCL supports the four basic arithmetic
operations:
+ Add
- Subtract
* Multiply
/ Divide
Previous slide
Next slide
Back to first slide
View graphic version
Notes:
DCL can perform arithmetic operations on integer values. Integers are treated as signed longword (32 bit) values.