Hi all,
Can I know why there is no such operators as ++ or += (or similarly others like string concatenation) in Lua? What are the better alternatives instead of writing it in full "x = x + 1" or "this_string = this_string .. "Another string ""?
Thanks,
Steven