Tutorial by Examples

ADD 1 TO cobol This modifies the variable cobol. Overflow silently ignored. ADD 1 TO cobol GIVING GnuCOBOL This doesn't modify cobol, the result of the ADD being stored in GnuCOBOL. Again, overflow of the storage allocation silently ignored (the field will stay at its old value on size erro...

Page 1 of 1