lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


Op So., 23 Sep. 2018 om 01:20 het Tim Hill <drtimhill@gmail.com> geskryf:
>
>
> It’s very trivial, but I just noticed this is section 8.1 of the 5.4.0 work2 reference manual:
>
> "the new implementation preserves the implicit type of the numeral in the string”
>
> This should probably be “number” .. “numeral” refers to a single digit (e.g. “seven” or ‘7” or “Roman numeral"), not an entire number.

"A Numeral is a figure, symbol, or group of figures or symbols
denoting a number." — Wikipedia


> —Tim
>