JLSymbolΒΆ
julia.spad line 105 [edit on github]
This domain allows the manipulation of JL
symbols.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- convert: % -> String
from ConvertibleTo String
- jsym: String -> %
jsym(str)
convertsstr
to aJL
symbol.
- jsym: Symbol -> %
jsym(sym)
convertssym
to aJL
symbol.
- latex: % -> String
from SetCategory