]> gerrit.simantics Code Review - simantics/platform.git/blob - RangeSyntax.scl
d08db73350814b795e280d7dc028c7acd3bcc49b
[simantics/platform.git] / RangeSyntax.scl
1 import "Prelude"
2
3 main = [5..9]
4 --
5 [5, 6, 7, 8, 9]