On Mar 18, 4:57 pm, [EMAIL PROTECTED] (Alex Martelli) wrote:
> gamename <[EMAIL PROTECTED]> wrote:
> > Hi,
>
> > I'm a recent convert from TCL. One of the more powerful aspects of
> > TCL is the ability to rename a function at will (generally for testing
> > purposes).
>
> > Example from the tcl d
gamename <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm a recent convert from TCL. One of the more powerful aspects of
> TCL is the ability to rename a function at will (generally for testing
> purposes).
>
> Example from the tcl doc:
>
> rename ::source ::theRealSource
> set sourceCount 0
> proc ::
On Mar 18, 2:17 pm, "gamename" <[EMAIL PROTECTED]> wrote:
> Hi,
>
> I'm a recent convert from TCL. One of the more powerful aspects of
> TCL is the ability to rename a function at will (generally for testing
> purposes).
>
> Example from the tcl doc:
>
> rename ::source ::theRealSource
> set sourc
gamename schrieb:
> Hi,
>
> I'm a recent convert from TCL. One of the more powerful aspects of
> TCL is the ability to rename a function at will (generally for testing
> purposes).
>
> Example from the tcl doc:
>
> rename ::source ::theRealSource
> set sourceCount 0
> proc ::source args {
>
Hi,
I'm a recent convert from TCL. One of the more powerful aspects of
TCL is the ability to rename a function at will (generally for testing
purposes).
Example from the tcl doc:
rename ::source ::theRealSource
set sourceCount 0
proc ::source args {
global sourceCount
puts "called sourc