hylang / hy

A dialect of Lisp that's embedded in Python
http://hylang.org
Other
5.14k stars 372 forks source link

A REPL input line consisting of exactly "pass" is not evaluated #2601

Closed Kodiologist closed 2 months ago

Kodiologist commented 2 months ago
=> pass
=>  pass
[…]
NameError: name 'pass' is not defined