Re: Some newbie questions
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: Some newbie questions

From: Larry W. Virden <lvirden@gmail.com>
Date: Sat Jul 30 2005 - 13:25:19 CEST

Re: "read in" changes to the script

Sure - all you need

$ tclsh
% proc abc {} {
puts abc
}
% abc
123
% proc abc {} {
puts 123
}
% abc
123
%
Received on Thu Sep 29 14:28:02 2005