]> gerrit.simantics Code Review - simantics/platform.git/blob - Proc1.scl
733c629ba3b35eaea53a1d18356e66d62b7c304a
[simantics/platform.git] / Proc1.scl
1 import "Prelude"
2    
3 main = do
4     r = ref 13
5     r := 14
6     getRef r
7 --
8 14