all tasks
This commit is contained in:
parent
b83f433714
commit
68f8f3e56b
14735 changed files with 178959 additions and 0 deletions
5
Task/Stack/COBOL/stack-2.cobol
Normal file
5
Task/Stack/COBOL/stack-2.cobol
Normal file
|
|
@ -0,0 +1,5 @@
|
|||
01 node BASED.
|
||||
COPY node-info REPLACING
|
||||
01 BY 05
|
||||
node-info BY info.
|
||||
05 link USAGE IS POINTER VALUE NULL.
|
||||
Loading…
Add table
Add a link
Reference in a new issue