Minilisp.pm/t/comments.t

7 lines
234 B
Raku

;; This is a comment
(expect "Comment does not influence code" t)
;; Another comment
(expect "Comment does not influence code pt.2" t) ;; Even after another expression
(expect "Comment does not influence code pt.3" t)
;; Last comment