[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: Differences between lua 4 and 5?
- From: Luiz Henrique de Figueiredo <lhf@...>
- Date: Mon, 5 Jan 2004 16:13:56 -0200
>This is, of course, why some languages use semicolons. ;-) You essentially
You can use semicolons if you wish:
a = x;
(print or write)(x, y, z)
or
a = x; (print or write)(x, y, z)
--lhf