Minilisp.pm/t/comments.t
2021-04-09 00:01:27 +02:00

8 lines
243 B
Raku

(plan 3)
;; 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