git @ Cat's Eye Technologies Xoomonk / master eg / unsaturated.xoo
master

Tree @master (Download .tar.gz)

unsaturated.xoo @masterraw · history · blame

1
2
3
4
5
6
7
8
a := {
  print string "executing block"
  print c
  d := c
}
print a
a.c := 7
print a