An if statement tests its condition and executes its then-part or its ... then r = a*b elseif op == "/" then r = a/b else error("invalid operation") end ...
確定! 回上一頁