]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Select6.scl
84e4df30e28277a147e5239205200d1470ba71ec
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / org / simantics / scl / compiler / tests / scl / Select6.scl
1 import "StandardLibrary"
2
3 main = select ?x where
4     (?x,?y) = (1,2)
5 --
6 [1]