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