luah 1.1.0

Unofficial lua impl by HydroRoll-Team.
Documentation
local a,b = 123
if b then
  print "not here"
elseif g then
  print "not here"
elseif a then
  print "yes, here"
else
  print "not here"
end

if b then
  print "not here"
else
  print "yes, here"
end

if b then
  print "yes, here"
end