tasks a-s
This commit is contained in:
parent
47bf37c096
commit
b83f433714
12433 changed files with 156208 additions and 123 deletions
2
Task/Runtime-evaluation/Slate/runtime-evaluation-1.slate
Normal file
2
Task/Runtime-evaluation/Slate/runtime-evaluation-1.slate
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
`(4 + 5) evaluate.
|
||||
`(4 + 5) evaluateIn: prototypes.
|
||||
1
Task/Runtime-evaluation/Slate/runtime-evaluation-2.slate
Normal file
1
Task/Runtime-evaluation/Slate/runtime-evaluation-2.slate
Normal file
|
|
@ -0,0 +1 @@
|
|||
(Syntax Parser newOn: '4 + 5') upToEnd do: [| :each | print: each evaluate]
|
||||
2
Task/Runtime-evaluation/Slate/runtime-evaluation-3.slate
Normal file
2
Task/Runtime-evaluation/Slate/runtime-evaluation-3.slate
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
define: #x -> 4.
|
||||
`(x `unquote + 5) evaluate.
|
||||
2
Task/Runtime-evaluation/Slate/runtime-evaluation-4.slate
Normal file
2
Task/Runtime-evaluation/Slate/runtime-evaluation-4.slate
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
define: #x -> 4.
|
||||
(Syntax Parser newOn: x printString ; ' + 5')
|
||||
2
Task/Runtime-evaluation/Slate/runtime-evaluation-5.slate
Normal file
2
Task/Runtime-evaluation/Slate/runtime-evaluation-5.slate
Normal file
|
|
@ -0,0 +1,2 @@
|
|||
define: #x -> 4.
|
||||
[| x | x: 5. `(x `unquote + 5) evaluate] do.
|
||||
Loading…
Add table
Add a link
Reference in a new issue