Variable(sym)

variable.spad line 30 [edit on github]

This domain implements variables

= : (%, %) -> Boolean
from BasicType
coerce : % -> OutputForm
from CoercibleTo(OutputForm)
coerce : % -> Symbol

coerce(x) returns the symbol

latex : % -> String
from SetCategory
variable : () -> Symbol

variable() returns the symbol

~= : (%, %) -> Boolean
from BasicType

CoercibleTo(Symbol)

CoercibleTo(OutputForm)

SetCategory

BasicType