RosettaCodeData/Task/Pointers-and-references/COBOL/pointers-and-references-5.cobol
Ingy döt Net 776bba907c Sync
2013-10-27 22:24:23 +00:00

2 lines
115 B
COBOL

SET ptr1 TO ptr2 *> ptr1 points to where ptr2 points
SET ptr2 TO ADDRESS OF ptr3 *> ptr2 points to ptr3