Sujet : Re: too many nested evaluations (infinite loop?)
De : saitology9 (at) *nospam* gmail.com (saito)
Groupes : comp.lang.tclDate : 22. Jun 2025, 21:14:28
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <1039o75$njco$2@dont-email.me>
References : 1 2 3 4
User-Agent : Mozilla Thunderbird
On 6/22/2025 4:10 PM, saito wrote:
proc timer1 {} {puts -nonewline .; after 100 timer1}
proc timer2 {} {puts TIMER....................; after 1000 timer2}
after 1000 timer2; after 100 timer1
Oops, clicked the send button too early. Please change what they print.