]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Select7.scl
Merge commit 'd1a82fe'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Select7.scl
1 import "StandardLibrary"
2
3 main = select ?x where
4     (?x, 3) <- [(1,2),(2,3),(3,4)]
5 --
6 [2]