git @ Cat's Eye Technologies Bhuna / master eg / screw.bhu
master

Tree @master (Download .tar.gz)

screw.bhu @masterraw · history · blame

1
2
3
4
5
6
7
local F = 100
while F > 20 {
  local F = 10
  print F
  // global F = 3
}
print F