[Date Prev][Date Next][Thread Prev][Thread Next]
[Date Index]
[Thread Index]
- Subject: Re: ## operator (error)
- From: Roberto Ierusalimschy <roberto@...>
- Date: Sun, 23 Nov 2014 17:31:32 -0200
It is funny (and a little sad) that, with all this disussion about the
length of numbers, nobody noticed that 5.3-beta has a bug there:
Lua 5.3.beta Copyright (C) 1994-2014 Lua.org, PUC-Rio
> x = 3
> #x
stdin:1: attempt to get length of a number value (global 'x')
[...]
> #3
0
-- Roberto
- References:
- [Proposal] ## operator, Thiago L.
- Re: [Proposal] ## operator, Marco Mastropaolo
- Re: ## operator (error), tonyp
- Re: ## operator (error), Thiago L.
- Re: ## operator (error), tonyp
- Re: ## operator (error), Tim Hill
- Re: ## operator (error), tonyp
- Re: ## operator (error), Axel Kittenberger
- Re: ## operator (error), tonyp
- Re: ## operator (error), Philipp Janda