[svn:parrot] r48096 - trunk/docs/book/pir
gerd at svn.parrot.org
gerd at svn.parrot.org
Thu Jul 15 13:20:56 UTC 2010
Author: gerd
Date: Thu Jul 15 13:20:56 2010
New Revision: 48096
URL: https://trac.parrot.org/parrot/changeset/48096
Log:
remove what seems to be a wrong opening bracket
Modified:
trunk/docs/book/pir/ch04_variables.pod
Modified: trunk/docs/book/pir/ch04_variables.pod
==============================================================================
--- trunk/docs/book/pir/ch04_variables.pod Thu Jul 15 05:22:24 2010 (r48095)
+++ trunk/docs/book/pir/ch04_variables.pod Thu Jul 15 13:20:56 2010 (r48096)
@@ -182,7 +182,7 @@
$P0 = or $P1, $P2
-=end PIR_FRAGMENT_INVALID[
+=end PIR_FRAGMENT_INVALID
Both C<and> and C<or> are short-circuiting ops. If they can determine what
value to return from the first argument, they'll never evaluate the second.
More information about the parrot-commits
mailing list