]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/sclTests/SCL/Arithmetic.sts
Migrated source code from Simantics SVN
[simantics/platform.git] / bundles / org.simantics.scl.compiler / sclTests / SCL / Arithmetic.sts
1 > 1+1
2 2
3 > 1-1
4 0
5 > 1+1.0
6 2.0
7 > 2*5
8 10
9 > 4/3
10 1.3333333333333333
11 > 4 `div` 3
12 1