Author: kjs
Date: Fri Aug 29 02:22:05 2008
New Revision: 30632

Modified:
   trunk/docs/pdds/pdd19_pir.pod

Log:
[pdd19] list all PIR reserved words.

Modified: trunk/docs/pdds/pdd19_pir.pod
==============================================================================
--- trunk/docs/pdds/pdd19_pir.pod       (original)
+++ trunk/docs/pdds/pdd19_pir.pod       Fri Aug 29 02:22:05 2008
@@ -67,8 +67,14 @@
 used as subroutine identifiers, on the other hand, will I<hide> that opcode.
 
 In contrast to opcode names, PIR keywords I<are> reserved, and cannot be used 
as
-identifiers. Some opcode names (C<if>, C<unless>) are, in fact, PIR keywords,
-which therefore cannot be used as identifiers.
+identifiers. Some opcode names are, in fact, PIR keywords, which therefore
+cannot be used as identifiers.
+
+The following are PIR keywords, and cannot be used as identifiers:
+
+ goto      if       int         null
+ num       pmc      string      unless
+
 
 {{ NOTE: The use of C<::> in identifiers is deprecated. [See RT #48735] }}
 

Reply via email to