RosettaCodeData/Task/Function-composition/Oforth/function-composition-2.fth

2 lines
44 B
Forth
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
: compose(f, g) #[ g perform f perform ] ;