You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
(defn foo [s]
(print s))
(defn bar []
(foo "derp"))
If I evaluate the above, I get a compile error: unknown symbol derp on line 9, column 14 while compiling repl
This does not happen if the passed value is a number.
The text was updated successfully, but these errors were encountered:
livtanong
changed the title
Pass string arguments to functions is interpreted as a symbol
String arguments passed to functions is interpreted as a symbol
Oct 5, 2020
livtanong
changed the title
String arguments passed to functions is interpreted as a symbol
String arguments passed to functions are interpreted as a symbol
Oct 5, 2020
livtanong
changed the title
String arguments passed to functions are interpreted as a symbol
String arguments passed to functions are interpreted as symbols
Oct 5, 2020
If I evaluate the above, I get a
compile error: unknown symbol derp on line 9, column 14 while compiling repl
This does not happen if the passed value is a number.
The text was updated successfully, but these errors were encountered: