Author: audreyt
Date: Mon Nov 27 17:00:51 2006
New Revision: 13481
Modified:
doc/trunk/design/syn/S06.pod
Log:
* S06: Trivial change from ?? :: to ?? !!
Modified: doc/trunk/design/syn/S06.pod
==============================================================================
--- doc/trunk/design/syn/S06.pod (original)
+++ doc/trunk/design/syn/S06.pod Mon Nov 27 17:00:51 2006
@@ -2168,7 +2168,7 @@
my $anonfactorial = -> Int $n { $n < 2
?? 1
- :: $n * &?BLOCK($n-1)
+ !! $n * &?BLOCK($n-1)
};
C<&?BLOCK.label> contains the label of the current block, if any.