]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scripts/Arithmetic.sts
Merge commit '53059ca'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / 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