RosettaCodeData/Task/Function-composition/Ursala/function-composition-2.ursala

5 lines
58 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
#import nat
#cast %n
test = compose(successor,double) 3