var , var2 = true , false
i -= 1
do
end
function foo . var (param1 , p2 , ... ) end
function foo:var (param1 , p2 , ... ) return 0x01 - 0b1 end
for key , value in pairs( variable ) do continue end
if "value" then
elseif 'value2' then
else
return
end
local id
local id2 = .123, function( arg , ... ) end
local a , b, c = id + id, nil
local function fn ( p1, p2 , p3, ... ) end
for i = 10, 1, - 3 do continue end
repeat
break until not -value
while true do
return result . new ( value . field ), object[ not key ]
end
object : method ({ key = [[true]], [ true ] = ( nil ) }, ... )
object . field : method { if value then ok else err, { }, }
local string = `-{ true }-{ object }={ c + 8 }`