]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/RangeSyntax.scl
Merge commit '31664b6'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / RangeSyntax.scl
1 import "Prelude"\r
2 \r
3 main = [5..9]\r
4 --\r
5 [5, 6, 7, 8, 9]