luah 1.1.0

Unofficial lua impl by HydroRoll-Team.
Documentation
1
2
3
4
5
local a = false
repeat
  print(a)
  a = not a
until a