lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


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