Re: My own control structures are slow
Available news archives: comp.lang.tcl - comp.lang.python - comp.security.firewalls - sci.crypt - comp.lang.php - comp.lang.javascript
Google
 
Web news.hping.org


comp.lang.tcl archive

Re: My own control structures are slow

From: Donald Arseneau <asnd@triumf.ca>
Date: Fri Sep 30 2005 - 12:22:09 CEST

Christian Gollwitzer <auriocus@btcips73x1.cip.uni-bayreuth.de> writes:

> Many thanks for your suggestion, but it doesn't work either :-( because "info
> locals" returns the empty string.

Only when you test it by typing directly at the global command prompt,
but I presume you *really* want to use it in a proc!

Anyway, it should be [info vars] to give every variable seen locally (sorry).
Make that change, and it will, as a bonus, also work when typed directly.

-- 
Donald Arseneau                          asnd@triumf.ca
Received on Sat Oct 15 03:53:49 2005