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