string_to_symbol(s)
Return a symbol whose name is the string s.
s
is_eq('hello, string_to_symbol("hello")) // true
Core Module Index | Contents