]> gerrit.simantics Code Review - simantics/platform.git/blobdiff - bundles/org.simantics.scl.compiler/sclTests/SCL/Functions2.sts
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / sclTests / SCL / Functions2.sts
diff --git a/bundles/org.simantics.scl.compiler/sclTests/SCL/Functions2.sts b/bundles/org.simantics.scl.compiler/sclTests/SCL/Functions2.sts
new file mode 100644 (file)
index 0000000..9879931
--- /dev/null
@@ -0,0 +1,5 @@
+> f x = x + 1
+> f 3
+4
+> f 4.5
+5.5
\ No newline at end of file