curry gotcha
[cc1516.git] / examples / print.spl
1 main(){
2 print(1, 2, 3, 4, 5);
3 }