runtest: Don't worry about how implementation echoes input
[jackhill/mal.git] / impls / tests / incB.mal
CommitLineData
31690700
JM
1;; A comment in a file
2(def! inc4 (fn* (a) (+ 4 a)))
3(def! inc5 (fn* (a) ;; a comment after code
4 (+ 5 a)))
5
e6d41de4 6;; ending comment without final new line