Sujet : Re: The "leading zero means octal" thing...
De : rich (at) *nospam* example.invalid (Rich)
Groupes : comp.lang.tcl comp.unix.shell comp.editorsDate : 05. Jan 2025, 01:09:41
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vlcik4$md8n$1@dont-email.me>
References : 1
User-Agent : tin/2.6.1-20211226 ("Convalmore") (Linux/5.15.139 (x86_64))
In comp.lang.tcl Kenny McCormack <
gazelle@shell.xmission.com> wrote:
I am referring, of course, to the convention that a number with a
leading zero is interpreted as octal. ... most recently in Tcl
(Expect) ...
For Tcl 9, leading zero decimal number strings are no longer
interpreted as octal:
https://www.tcl-lang.com/software/tcltk/9.0.html Numbers
0NNN format is no longer octal interpretation. Use 0oNNN