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
When executing (print "Hello, World!"), the output is "Hello, World!", instead it's better to have Hello, World!.
But then if we are printing a list containing a string or likewise, we want to print quotes to clearly show it's a string.
One idea could be could be to handle a single Atom::String separately.
The text was updated successfully, but these errors were encountered:
When executing
(print "Hello, World!")
, the output is"Hello, World!"
, instead it's better to haveHello, World!
.But then if we are printing a list containing a string or likewise, we want to print quotes to clearly show it's a string.
One idea could be could be to handle a single
Atom::String
separately.The text was updated successfully, but these errors were encountered: