Re: Is string always same as number? (the consistency of lua)
[
Date Prev][
Date Next][
Thread Prev][
Thread Next]
[
Date Index]
[
Thread Index]
- Subject: Re: Is string always same as number? (the consistency of lua)
- From: steve donovan <steve.j.donovan@...>
- Date: 2011年2月10日 12:04:00 +0200
On Thu, Feb 10, 2011 at 12:00 PM, steve donovan
<steve.j.donovan@gmail.com> wrote:
> Even strong typed languages know the wisdom of automatic coercion to
> string when the context demands it (e.g. string + in Java)
I meant _statically-typed_ of course, just in case anybody is worried
about misinformation here; Lua is strong typed, just doesn't have many
types ;)
steve d.