[Tutor] Detect duplicate object names

Lizhi Yang yanglizhi at gmail.com
Wed Oct 21 20:09:00 CEST 2009


Hi,

When I define functions in a Module, how to avoid override the name of
existing functions?
For example:

define func1():
define func2():
define func1():

Is there anyway to pop up the warnings?


More information about the Tutor mailing list