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

2 lines
44 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
: compose(f, g) #[ g perform f perform ] ;