]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/sclTests/SCL/Lists.sts
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / sclTests / SCL / Lists.sts
diff --git a/bundles/org.simantics.scl.compiler/sclTests/SCL/Lists.sts b/bundles/org.simantics.scl.compiler/sclTests/SCL/Lists.sts
new file mode 100644 (file)
index 0000000..024db24
--- /dev/null
@@ -0,0 +1,5 @@
+> [1,2,3]
+[1, 2, 3]
+
+> [5..9]
+[5, 6, 7, 8, 9]