tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 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