Files
mlisp/tmp/malformed_program.lsp
2021-03-07 17:23:09 +01:00

5 lines
56 B
Plaintext

(print
"ahoj"
; this comment is problem
)
(print "lisp")