| kind | = | "Number" |
Represents an exact number
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
compares this against the argument. should be overridden - in this case only used to check for equivalent number kinds
nil
[ show source ]
method(other,
if(self same?(
0),
Reflector other:mimics?(cell(:other),
0),
bind(rescue(Condition Error, fn(c, false)),
self ==(
other))))