std-symbol-name | ![]() |
std-symbol-name is the fast way to convert any symbol to its print name. It is the uppercase string of the symbol, the complement function to (read).
(std-symbol-name 'my-var) => "MY-VAR"
In Visual Lisp it is builtin as VL-SYMBOL-NAME, in Vital Lisp as VLX-SYMBOL-NAME.
sym: any quoted symbol. It does not need to be bound.
A string. The print name of the symbol, always uppercase.
None.
(std-require 'STDINIT)
Defined in STDINIT