If I type 1 + 2 into the REPL it evaluates to 1. if I type `(+ 1 2) ;;;`, I expect a syntax error ,but it seems to parse only up to the `)`.
If I type 1 + 2 into the REPL it evaluates to 1.
if I type
(+ 1 2) ;;;, I expect a syntax error ,but it seems to parse only up to the).