mlisp/tmp/malformed_program.lsp

5 lines
56 B
Plaintext

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