RosettaCodeData/Task/Higher-order-functions/Klingphix/higher-order-functions.klingphix
2023-07-01 13:44:08 -04:00

9 lines
99 B
Text

:+2 + 2 + ;
:*2 * 2 * ;
:apply exec ;
23 45 @+2 apply print nl
8 4 @*2 apply print nl
" " input