RosettaCodeData/Task/Function-composition/Phixmonti/function-composition.phixmonti
2023-07-01 13:44:08 -04:00

5 lines
130 B
Text

def *2 2 * enddef
def ++ 1 + enddef
def composite swap exec swap exec enddef
getid ++ getid *2 3 composite print /# result: 7 #/