]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/sclTests/SCL/Functions2.sts
Change jersey back to 2.25.1 from 2.26 to fix resource-locator problems
[simantics/platform.git] / bundles / org.simantics.scl.compiler / sclTests / SCL / Functions2.sts
1 > f x = x + 1
2 > f 3
3 4
4 > f 4.5
5 5.5