]> gerrit.simantics Code Review - simantics/platform.git/blob - scl/Select6.scl
Fixed multiple issues causing dangling references to discarded queries
[simantics/platform.git] / scl / Select6.scl
1 import "StandardLibrary"
2
3 main = select ?x where
4     (?x,?y) = (1,2)
5 --
6 [1]