]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scripts/Arithmetic.sts
Ensure GetElementClassRequest is not constructed without elementFactory
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scripts / 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