|
Really?The exception is when it's ambiguous:
x = f
(a or b):c()
That _expression_ could be interpreted as two statements or one (remove the line break and see). In that case Lua is kind enough to make an exception to the "ignore whitespace" rule and raise an error