symbol_to_string(s)
Return the name of the symbol s as a string.
s
"hello" == symbol_to_string('hello) // true
Core Module Index | Contents