Multiline comments in Perl6

You can use multiline comments Perl6 like following:

#`{{
    say "here is an unmatched } character";
}}

Published: 2013-07-14(Sun) 10:12