JLSymbolΒΆ
julia.spad line 108 [edit on github]
This domain allows the manipulation of Julia symbols.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- coerce: String -> %
coerce(str)coercesstr.
- coerce: Symbol -> %
coerce(sym)coercessym.
- convert: % -> String
from ConvertibleTo String
- jsym: String -> %
jsym(str)convertsstrto a Julia symbol.
- jsym: Symbol -> %
jsym(sym)convertssymto a Julia symbol.
- latex: % -> String
from SetCategory