Symbol() will convert the string “a” to a Symbol :a but not a predefined function #a. Symbols, like strings, are not callable.
1 Like
Symbol() will convert the string “a” to a Symbol :a but not a predefined function #a. Symbols, like strings, are not callable.