Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 deletions
|
|
@ -0,0 +1 @@
|
|||
label subject pattern = object :(goto)
|
||||
|
|
@ -0,0 +1,2 @@
|
|||
string1 = "The SNOBOL4 language is designed for string manipulation."
|
||||
string1 "SNOBOL4" = "new SPITBOL" :s(changed)f(nochange)
|
||||
|
|
@ -0,0 +1,5 @@
|
|||
pi = 3.1415926
|
||||
dd = "0123456789"
|
||||
string1 = "For the first circle, the diameter is 2.5 inches."
|
||||
numpat = span(dd) (("." span(dd)) | null)
|
||||
string1 "diameter is " numpat . diam = "circumference is " diam * pi
|
||||
Loading…
Add table
Add a link
Reference in a new issue