Fixed checking of lists
[cc1516.git] / examples / old / quickTest.spl
1 main() {
2
3 var xs = [2];
4 var ys = [1, True];
5 var ls = [1, 2, True, 'a'];
6
7 }