RosettaCodeData/Task/Call-a-function/Oforth/call-a-function-3.fth

5 lines
38 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
a b c f
a b f(c)
a f(b, c)
f(a, b, c)