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
I think this may be because 41 is the ASCII code for ) but when you add two parenthesis to the string it outputs 10537 which is strange, similar behavior occurs when you add different characters to the string.
I noticed that if you have a parenthesis inside a quote in causes undefined behavior and the parenthesis is treated as if it is not inside a quote.
Example:
(if (> 10 5) ")" "(")
Causes output 41 when it should be ")"
The text was updated successfully, but these errors were encountered: