RosettaCodeData/Task/Function-composition/Oforth/function-composition-2.oforth
2016-12-05 23:44:36 +01:00

1 line
44 B
Text

: compose(f, g) #[ g perform f perform ] ;