On 8/28/06, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote:
+Elsewhere it is equivalent to a parenthesisized list of strings:
+C<< ('foo','bar') >>. Since parentheses are generally reserved just for
+precedence grouping, they merely autointepolate in list context. Therefore
+
+@a = 1, < 2 3 >,
[EMAIL PROTECTED] writes:
> New Revision: 11504
>doc/trunk/design/syn/S02.pod
>
> +C<< ('foo','bar') >>. Since parentheses are generally reserved just for
> +precedence grouping, they merely autointepolate in list context. Therefore
Typo: "autointepolate".
Smylers
Author: larry
Date: Sun Aug 27 22:52:36 2006
New Revision: 11504
Modified:
doc/trunk/design/syn/S02.pod
Log:
Clarification on syntactic mapping of and to ('a','b') and ('c').
Modified: doc/trunk/design/syn/S02.pod