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

5 lines
58 B
Text
Raw Permalink Normal View History

2013-04-10 22:43:41 -07:00
#import nat
#cast %n
test = compose(successor,double) 3