RosettaCodeData/Task/Runtime-evaluation/Oforth/runtime-evaluation-2.oforth

5 lines
86 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
"12 13 + println" eval
25
": newFunction(a) a + ; 12 10 newFunction println" eval
22