Data commit
This commit is contained in:
parent
7387c8f97b
commit
cb5bb5e222
199093 changed files with 3378972 additions and 0 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