[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Thoughts on optional commas
- From: Patrick Rapin <toupie300@...>
- Date: Mon, 5 Mar 2012 09:55:52 +0100
> Lua doesn't account for whitespace in it's grammar.
Well, not exactly. If that was the case, we could replace that sentence:
if test then break end
with:
iftestthenbreakend