|
|
||
|
On Tue, 23 Sep 2008 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.