A transpiler to vanilla Lua from an alternative JS-inspired syntax. ... let divide = (x, y) => { if (y == 0) { throw "Divisor is zero" } return x / y } try ...
確定! 回上一頁