In Lua, if, elseif and else use then and end clauses to delimit the conditional code ]] j = 45 -- == for equality testing if j==45 then print ("yes") end
確定! 回上一頁