RosettaCodeData/Task/Stack/COBOL/stack-1.cobol
2023-07-01 13:44:08 -04:00

2 lines
65 B
COBOL

01 stack.
05 head USAGE IS POINTER VALUE NULL.