Re: C-esque syntax
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: C-esque syntax
- From: Rob Kendrick <lua-l@...>
- Date: 2008年9月23日 00:59:18 +0100
On 2008年9月23日 02:55:15 +0300
Kenneth Forsbäck <kenneth.forsback@pp.inet.fi> wrote:
> Does anyone have any snippet of lua code, modified lua, or something
> else that would allow me to use C-esque syntax, lua is starting to
> hurt my eyes.
Just add "-- {" after 'function' 'then' and 'do', and "-- }" after
'end'. :)
B.