symbol_to_string


symbol_to_string(s)
      

Return the name of the symbol s as a string.

Examples:


"hello" == symbol_to_string('hello)
// true
      

Also see:

string_to_symbol


Core Module Index | Contents