]> gerrit.simantics Code Review - simantics/platform.git/blob - bundles/org.simantics.scl.compiler/tests/org/simantics/scl/compiler/tests/scl/Select7.scl
Remove unused import in DeleteHandler
[simantics/platform.git] / bundles / org.simantics.scl.compiler / tests / 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]