Author: kjs
Date: Mon Oct 1 21:05:37 2007
New Revision: 21733
Modified:
trunk/docs/pdds/draft/pdd19_pir.pod
Log:
docs/pdd19_pir.pod:
* add note about multiple heredocs per statement
* add .pcc_* directives (explicit listing instead of "*")
Modified: trunk/docs/pdds/draft/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/draft/pdd19_pir.pod (original)
+++ trunk/docs/pdds/draft/pdd19_pir.pod Mon Oct 1 21:05:37 2007
@@ -135,6 +135,17 @@
Only one heredoc can be active per statement line.
+{{ REVIEW: it would be useful to have multiple heredocs per statement,
+ which allows for writing:
+
+ function(<<'INPUT', <<'OUTPUT', 'some test')
+ ...
+ INPUT
+ ...
+ OUTPUT
+
+}}
+
=item charset:"string constant"
Like above with a chracter set attached to the string. Valid character
@@ -326,7 +337,19 @@
=item .pcc_*
-Directives used for Parrot Calling Conventions.
+Directives used for Parrot Calling Conventions. These are:
+
+=over 4
+
+=item .pcc_begin and .pcc_end
+
+=item .pcc_begin_return and .pcc_end_return
+
+=item .pcc_begin_yield and .pcc_end_yield
+
+=item .pcc_call
+
+=back
=back