JuliaSymbolΒΆ
julia.spad line 105 [edit on github]
This domain allows the manipulation of Julia symbols.
- coerce: % -> OutputForm
from CoercibleTo OutputForm
- 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