The above example basically means "if age is equal to 20 then say 'You're 20!' and stop." The if statement looks like this to Lua: if (Condition) then -- Do ...
確定! 回上一頁