[EMAIL PROTECTED] wrote:

   Maintainer: Larry Wall <[EMAIL PROTECTED]>
   Date: 10 Aug 2004
-  Last Modified: 18 Sept 2006
+  Last Modified: 20 Sept 2006
   Number: 2
-  Version: 69
+  Version: 70

+    |   capture/arguments/match

+    |$args;         # all of the above

I'll read that as "conversation terminated".

Can you please update S03's "Junctive operators" section to note how the ambiguity of the following are resolved:

 a|$b
 a | $b
 a |$b

I presume that it will be based on whitespace, but they could also be based on an inspection of a's signature (if a takes no parameters, then the only useful meaning of C<a|$b> is C<infix:<|>(a(), $b)>, I think).

I further presume that such an update will be required for the pugs/v6 team to correctly implement this.

Reply via email to