langs a-z

This commit is contained in:
Ingy döt Net 2013-04-10 22:43:41 -07:00
parent db842d013d
commit d066446780
11389 changed files with 98361 additions and 1020 deletions

View file

@ -0,0 +1 @@
newstring = "This is creating and saving" " a new single string " "starting with three separate strings."

View file

@ -0,0 +1 @@
newarray = array(100)

View file

@ -0,0 +1 @@
newtable = table()

View file

@ -0,0 +1 @@
data("listnode(next,prev,datafield1,datafield2)")

View file

@ -0,0 +1 @@
newnode = listnode(,,"string data value1",17)

View file

@ -0,0 +1 @@
datafield1(newnode) = "updated data value 1"

View file

@ -0,0 +1 @@
newnode =

View file

@ -0,0 +1 @@
collect()