]> gerrit.simantics Code Review - simantics/platform.git/blob - tests/org.simantics.scl.compiler.tests/src/org/simantics/scl/compiler/tests/scl/Proc1.scl
Merge commit 'ffdf837'
[simantics/platform.git] / tests / org.simantics.scl.compiler.tests / src / org / simantics / scl / compiler / tests / scl / Proc1.scl
1 import "Prelude"\r
2    \r
3 main = do\r
4     r = ref 13\r
5     r := 14\r
6     getRef r\r
7 --\r
8 14