RosettaCodeData/Task/Function-composition/Phixmonti/function-composition.phixmonti

6 lines
130 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
def *2 2 * enddef
def ++ 1 + enddef
def composite swap exec swap exec enddef
getid ++ getid *2 3 composite print /# result: 7 #/