[PDD] Add docs for the Parrot_PMC_push_* and Parrot_PMC_pop_* functions
[parrot.git] / examples / tutorial / 04_pod_comments.pir
blob5c768ccbaf13bf74ec9037b428213a8adeca5c97
1 # Copyright (C) 2007-2009, Parrot Foundation.
2 # $Id$
4 =head1 Pod Documentation
6 As you may have noticed, PIR files can contain Pod documentation.
8 =cut
10 .sub main :main
12     say "Ignored Pod comments."
14 .end
17 # Local Variables:
18 #   mode: pir
19 #   fill-column: 100
20 # End:
21 # vim: expandtab shiftwidth=4 ft=pir: