Message-ID: <AANLkTimFWoNjpbgagyXiMkYpKUJ_-3KHRk-BZY7a7IYB@mail.gmail.com>
Date: 2010-05-23T20:36:49Z
From: thmsfuller066 at gmail.com
Subject: Is it possible to generate an error when a function is reassigned?
Hello All,
length() is a function. If I accidentally assign something else to
length, it will give me some unexpected results.
Although the freedom to redefine any funcion maybe good in sometime,
it may be unwanted in many other cases. Is there a way to forbidden
such changes on functions?
--
Tom