Example 1-4. examples/intro/documentation.p6
#!/usr/bin/perl6 say "Hello"; =head1 Title text =cut say "World";