Re: RosettaCode
- Posted by bruce1961 Jan 26, 2011
- 2011 views
mattlewis said...
No, you can do it using routine_ids:
function compose( integer f, integer g, object x ) return call_func( f, {call_func( g, {x} )} ) end function
Matt
Wow. Way cool, that.