Re: BASIC-like Lua variant
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: BASIC-like Lua variant
- From: steve donovan <steve.j.donovan@...>
- Date: 2014年1月14日 15:33:49 +0200
On Tue, Jan 14, 2014 at 3:24 PM, Luiz Henrique de Figueiredo
<lhf@tecgraf.puc-rio.br> wrote:
> But try print(type("1"+"2"))
Exactly why I wouldn't do it ;) It is a good idea to have separate
operators, otherwise there is all that pain that JavaScript users have
when they're not careful.