2 lines
76 B
Text
2 lines
76 B
Text
|
|
(Syntax Parser newOn: '4 + 5') upToEnd do: [| :each | print: each evaluate]
|