RosettaCodeData/Task/Runtime-evaluation/Oforth/runtime-evaluation-2.oforth
2016-12-05 23:44:36 +01:00

4 lines
86 B
Text

"12 13 + println" eval
25
": newFunction(a) a + ; 12 10 newFunction println" eval
22