JuliaSymbolΒΆ

julia.spad line 21 [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: Symbol -> %

convert: % -> InputForm

from ConvertibleTo InputForm

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

BasicType

CoercibleTo OutputForm

ConvertibleTo InputForm

ConvertibleTo String

JuliaType

SetCategory