Sujet : Re: The "leading zero means octal" thing...
De : luc (at) *nospam* sep.invalid (Luc)
Groupes : comp.lang.tclDate : 06. Jan 2025, 05:42:33
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20250106014233.3f355b48@lud1.home>
References : 1 2 3 4 5
On Mon, 6 Jan 2025 03:12:48 -0000 (UTC), Rich wrote:
And, if you are willing to use lmap, the above four lines can become
this single line:
>
set args [lmap arg $args {scan $arg %d}]
>
**************************
You are not going to believe this:
I never knew that lmap existed.
I've known lassign for a very long time.
Never knew about lmap until today.
-- Luc>