The core of a ternary is an if ... else statement. In Lua, we can mimic this using and ... or with the evaluated statement.
確定! 回上一頁