symbol s -- provides the symbol s, even if s currently has a value.
i1 : num |
i2 : num = 5 |
i3 : num |
i4 : symbol num |
If s is an operator, then the corresponding symbol is provided. This symbol is used by the interpreter in constructing keys for methods associated to the symbol.
i5 : symbol + |
See also: