![]() |
Available news archives:
comp.lang.tcl
-
comp.lang.python
-
comp.security.firewalls
-
sci.crypt -
comp.lang.php -
comp.lang.javascript
|
|
comp.lang.python archiveRe: "no variable or argument declarations are necessary."
From: Duncan Booth <duncan.booth@invalid.invalid>
Date: Wed Oct 05 2005 - 11:27:04 CEST
Antoon Pardon wrote:
> It also is one possibility to implement writable closures.
That is one possibility, but I think that it would be better to use a
e.g. something like:
var1 = 0
def f():
def g():
|