pmt: Symbols

pmt.is_symbol(pmt_t obj) → bool

Return true if obj is a symbol, else false.

pmt.string_to_symbol(string s) → pmt_t

Return the symbol whose name is .

pmt.symbol_to_string(pmt_t sym) → string

If a symbol, return the name of the symbol as a string. Otherwise, raise the wrong_type exception.

pmt.intern(string s) → pmt_t

Alias for pmt_string_to_symbol.

Previous topic

pmt: Pairs

This Page