7 lines
243 B
Raku
7 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
|