Objectica`
Message
Constant::set
MORE INFORMATION
Generated when
member
in
Class
[
any
]:={
Constant
.
member
:=
cmds
}
tries to change a field of
any
in
cmds
.
EXAMPLES
CLOSE ALL
Basic Examples
(1)
This loads the package.
In[1]:=
A constant method is not allowed to change object members. This applies to class bound fields as well.
In[2]:=
Out[2]=
Fields that must be changed from within a constant method can be qualified with
Mutable
.
In[3]:=
Out[3]=
SEE ALSO
Constant
RELATED LINKS
Objectica
Symbols and Numbers (makers of Objectica)