s
[cc1516.git] / examples / old / simpleReport.spl
1 plus(x,y) {
2 return x + y;
3 }
4 main() {
5 var x = plus(3, 4);
6 }