At 2:52 PM -0700 3/11/07, [EMAIL PROTECTED] wrote:
Modified: doc/trunk/design/syn/S03.pod
==============================================================================
--- doc/trunk/design/syn/S03.pod (original)
+++ doc/trunk/design/syn/S03.pod Sun Mar 11 14:52:42 2007
@@ -3172,6 +3172,15 @@
constant :($foo = 123); # same thing (full Signature form)
constant ($foo) = 123; # wrong: constants cannot be assigned to
+When parentheses are omitted, you may use an infix assignment operator
+instea dof C<=> as the initializer. In that case, the left hand side of
+the infix operator will be the variable's prototype object:
Typo: "instea dof" instead of "instead of".
I didn't notice any other unresolved typos in the last 2 weeks' worth
of synopsis updates.
-- Darren Duncan