| kind | = | "Symbol" |
Represents a symbol - an object that always represents itself.
Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
Active cells (details)
compares this symbol against the argument, returning -1, 0 or 1 based on which one is lexically larger
nil
[ show source ]
method(other,
if(self same?(
),
Reflector other:mimics?(cell(:other),
),
bind(rescue(Condition Error, fn(c, false)),
self ==(
other))))