macro
boot.janet on line 223 , column 1
(comment & )
Ignores the body of the comment.
(comment
# the content actually has to parse as janet
# this is ok
( 1 1 )
# => 2
# if there is something with missing delimiters though...
)
(comment this is a
multiline line comment.
It won 't do anything )