]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/sclTests/SCL/Lists.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 / Lists.sts
1 > [1,2,3]
2 [1, 2, 3]
3
4 > [5..9]
5 [5, 6, 7, 8, 9]