Lua Programming/How to Lua/symbols/semicolon
Following a statement
In Lua, the semicolon symbol can be optionally be used as a marker to indicate the end of a statement:
a = 1; -- The semicolon is optional and can be omitted b = 2;Last modified on 31 January 2011, at 17:35