Initial data commit
This commit is contained in:
parent
72d218235f
commit
f23f22d71c
199087 changed files with 3378941 additions and 0 deletions
1
Task/Memory-allocation/SNOBOL4/memory-allocation-1.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-1.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
newstring = "This is creating and saving" " a new single string " "starting with three separate strings."
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-2.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-2.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
newarray = array(100)
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-3.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-3.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
newtable = table()
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-4.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-4.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
data("listnode(next,prev,datafield1,datafield2)")
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-5.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-5.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
newnode = listnode(,,"string data value1",17)
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-6.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-6.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
datafield1(newnode) = "updated data value 1"
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-7.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-7.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
newnode =
|
||||
1
Task/Memory-allocation/SNOBOL4/memory-allocation-8.sno
Normal file
1
Task/Memory-allocation/SNOBOL4/memory-allocation-8.sno
Normal file
|
|
@ -0,0 +1 @@
|
|||
collect()
|
||||
Loading…
Add table
Add a link
Reference in a new issue