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
This behavior seems correct. The JS interpreter turns the argument into (define a "")"), which is an invalid expression. The correct code should be let command_array = parse('(define a "\\")")').
let command_array = parse('(define a "\")")')
ParserError: Cannot parse command "(define a "")")".
The text was updated successfully, but these errors were encountered: