Definitions for "Clonable"
In MUDLib that separate Inheritable and Clonable, a Program which may be cloned. It may have variables and other state, its functions may be called and it may be recompiled in place. In MUDLib that don't separate the two, this distinction doesn't matter, but then a reboot may be necessary to upgrade objects. Compare Inheritable.