Fixed checking of lists
[cc1516.git] / examples / old / quickTest.spl
diff --git a/examples/old/quickTest.spl b/examples/old/quickTest.spl
new file mode 100644 (file)
index 0000000..da99ac4
--- /dev/null
@@ -0,0 +1,7 @@
+main() {
+    
+    var xs = [2];
+    var ys = [1, True];
+    var ls = [1, 2, True, 'a'];
+
+}
\ No newline at end of file