JuliaSymbolΒΆ

julia.spad line 105 [edit on github]

This domain allows the manipulation of Julia symbols.

=: (%, %) -> Boolean

from BasicType

~=: (%, %) -> Boolean

from BasicType

coerce: % -> OutputForm

from CoercibleTo OutputForm

coerce: String -> %

``coerce ``undocumented

coerce: Symbol -> %

``coerce ``undocumented

convert: % -> String

from ConvertibleTo String

jsym: String -> %

jsym(str) converts str to a Julia symbol.

jsym: Symbol -> %

jsym(sym) converts sym to a Julia symbol.

latex: % -> String

from SetCategory

string: % -> String

from JuliaType

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JuliaType

SetCategory