#| After I<declarator> block
my $code;
#= Before V<declarator> block
#|(
Some B<multiline>
=begin stuff
Some inline block
=end stuff
RakuDoc block.
)
=begin rakudoc
Block mode
B<L<Raku|https://raku.org/>>
X<C|a,,b>
=for head1
Paragraph block
=head1 Abbreviated block
=begin nested
Nested block.
=for head2
Nested nested block.
=end nested
=begin code :allow<B C D> :b<c> :bool :!neg-bool
= :list('a', 'b', 5) :hash{ a => 1, 'b' => "two", :c, :!d, :e(5), :f<g> }
say "Hi!";
=end code
=end rakudoc