RosettaCodeData/Task/Higher-order-functions/AntLang/higher-order-functions.antlang
2016-12-05 23:44:36 +01:00

2 lines
36 B
Text

twice:{x[x[y]]}
echo twice "Hello!"