testfiles
[cc1516.git] / examples / readWrite.spl
1 main() {
2
3 var y = read();
4 print(y);
5 print("einde");
6
7 }