In Lisp this is done so > (setq *g* 0) 0
> *g* 0 > (makunbound '*g*) *g* > *g* error: unbound variable How is this done in Python? Mark -- http://mail.python.org/mailman/listinfo/python-list
In Lisp this is done so > (setq *g* 0) 0
> *g* 0 > (makunbound '*g*) *g* > *g* error: unbound variable How is this done in Python? Mark -- http://mail.python.org/mailman/listinfo/python-list