Minilisp.pm/t/comments.t

7 lines
234 B
Perl
Raw Normal View History

2021-04-02 16:06:26 +02:00
;; This is a comment
(expect "Comment does not influence code" t)
2021-04-08 23:33:09 +02:00
;; 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