Author: moritz
Date: 2009-04-01 16:03:18 +0200 (Wed, 01 Apr 2009)
New Revision: 26042
Modified:
docs/Perl6/Spec/S04-control.pod
Log:
[S04] fixed illegal construct, sbp++
Modified: docs/Perl6/Spec/S04-control.pod
===================================================================
--- docs/Perl6/Spec/S04-control.pod 2009-03-31 18:23:14 UTC (rev 26041)
+++ docs/Perl6/Spec/S04-control.pod 2009-04-01 14:03:18 UTC (rev 26042)
@@ -312,7 +312,7 @@
...
}
- while something() -> { ... $^thing ... }
+ while something() { ... $^thing ... }
Nothing is ever bound implicitly, however, and many conditionals would
simply bind True or False in an uninteresting fashion. This mechanism