Represents a symbol - an object that always represents itself.

Mimics
Inactive cells
Active cells
Specs
Inactive cells (details)
kind = "Symbol"
Active cells (details)
<=>(other)

compares this symbol against the argument, returning -1, 0 or 1 based on which one is lexically larger

==(other)

returns true if the left hand side symbol is equal to the right hand side symbol.

===(other)

nil

method(other, 
  if(self same?(
      ), 
    Reflector other:mimics?(cell(:other), 
      ), 
    bind(rescue(Condition Error, fn(c, false)), 
      self ==(
        other))))
asText()

Returns a text representation of the object

inspect()

Returns a text inspection of the object

notice()

Returns a brief text inspection of the object