SymbolName
SymbolName(s)
returns the name of the symbol
s
(without any leading context name).
Examples
>> SymbolName(x) // InputFormx
>> SymbolName(a`b`x) // InputFormx
Implementation status
- ✅ - full supported
SymbolName(s)
returns the name of the symbol
s
(without any leading context name).
>> SymbolName(x) // InputFormx
>> SymbolName(a`b`x) // InputFormx