tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
4
Task/Runtime-evaluation/SNOBOL4/runtime-evaluation-1.sno
Normal file
4
Task/Runtime-evaluation/SNOBOL4/runtime-evaluation-1.sno
Normal file
|
|
@ -0,0 +1,4 @@
|
|||
expression = "' page ' (i + 1)"
|
||||
i = 7
|
||||
output = eval(expression)
|
||||
end
|
||||
2
Task/Runtime-evaluation/SNOBOL4/runtime-evaluation-2.sno
Normal file
2
Task/Runtime-evaluation/SNOBOL4/runtime-evaluation-2.sno
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
compiled = code(' output = "Hello, world."') :s<compiled>
|
||||
end
|
||||
Loading…
Add table
Add a link
Reference in a new issue