Re: can this work?

Liste des GroupesRevenir à cl tcl 
Sujet : Re: can this work?
De : simon (at) *nospam* whiteowl.co.uk (Simon Geard)
Groupes : comp.lang.tcl
Date : 25. Mar 2025, 13:50:53
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <vru8rd$3bgku$1@dont-email.me>
References : 1 2
User-Agent : Mozilla Thunderbird
On 21/03/2025 14:32, saito wrote:
On 3/21/2025 10:25 AM, saito wrote:
Consider:
>
set q 10
se op "<"
for {set i 1} {$i $op $q} {incr i} {puts $i}
 The answer is yes if you put it in an [expr] :-)
The answer is also yes if you use ::tcl::mathop
set q 10
set op "<"
namespace import ::tcl::mathop::$op
for {set i 1} {[$op $i $q]} {incr i} {puts $i}

Date Sujet#  Auteur
21 Mar 25 * can this work?12saito
21 Mar 25 +* Re: can this work?2saito
25 Mar 25 i`- Re: can this work?1Simon Geard
21 Mar 25 `* Re: can this work?9Emiliano
21 Mar 25  `* Re: can this work?8saito
21 Mar 25   `* Re: can this work?7Rich
22 Mar 25    `* Re: can this work?6saito
22 Mar 25     +- Re: can this work?1saito
22 Mar 25     `* Re: can this work?4Rich
26 Mar 25      `* Re: can this work?3et99
26 Mar 25       `* Re: can this work?2Alan Grunwald
27 Mar 25        `- Re: can this work?1et99

Haut de la page

Les messages affichés proviennent d'usenet.

NewsPortal