JLSymbolΒΆ

julia.spad line 105 [edit on github]

This domain allows the manipulation of JL 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 JL symbol.

jsym: Symbol -> %

jsym(sym) converts sym to a JL symbol.

latex: % -> String

from SetCategory

string: % -> String

from JLType

BasicType

CoercibleTo OutputForm

ConvertibleTo String

JLType

SetCategory