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

5 lines
38 B
Forth

a b c f
a b f(c)
a f(b, c)
f(a, b, c)