[svn:parrot-pdd] r35488 - trunk/docs/pdds

[email protected] Tue, 13 Jan 2009 06:52:32 -0800 (PST)
Newsgroups perl.perl6.internals
Message-ID <[email protected]>
Author: kjs
Date: Tue Jan 13 06:52:29 2009
New Revision: 35488

Modified:
   trunk/docs/pdds/pdd19_pir.pod

Log:
[pdd19] Be more explicit; if you don't specify a :main flag, execution starts at the top.


Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod	(original)
+++ trunk/docs/pdds/pdd19_pir.pod	Tue Jan 13 06:52:29 2009
@@ -398,7 +398,8 @@
 Define "main" entry point to start execution.  If multiple subroutines are
 marked as B<:main>, the B<last> marked subroutine is used.  Only the first
 file loaded or compiled counts; subs marked as B<:main> are ignored by the
-B<load_bytecode> op.
+B<load_bytecode> op. If no B<:main> flag is specified at all, execution
+starts at the first subroutine in the file.
 
 =item :load