Re: RosettaCode

new topic     » goto parent     » topic index » view thread      » older message » newer message
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.

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu