]> gerrit.simantics Code Review - simantics/platform.git/blob - Inline1.scl
5c97ee33dbca2b946834c1ac3381e12e96f282f5
[simantics/platform.git] / Inline1.scl
1 main = id "Foo" 
2   where
3     id x = x
4 --
5 Foo