if (foo){ print("true"); }else{ print("false"); }. and turn it into. print( (foo?"true":"false") );. Does Lua have anything similar to this?
確定! 回上一頁