> When you say Unary here:
>
> Binary (low) | Binary (high) |Unary
>
> Don't you mean "bitwise"? If not then I'm confused :-)
Looks like *I'm* the one who was confused! ;-)
Yes, indeed, they should be:
s/Binary/Boolean/g
s/Unary/
> OK, I have a question.
>
> On page 3 you say:
>
> > Because the Perl 6 "diamond" operator can take an arbitrary expression
> > as its argument, it's possible to set a filehandle to read an entire
> > file and do the actual reading, all in a single statement:
> >
> >
When you say Unary here:
Binary (low) | Binary (high) |Unary
__|___|_
| |
or | || | |
David M. Lloyd:
# On Fri, 5 Oct 2001, Garrett Goebel wrote:
#
# > For those who aren't yet busy reading, you can find it at:
# > http://www.perl.com/pub/a/2001/10/03/exegesis3.html
#
# OK, I have a question.
#
# On page 3 you say:
#
# > Because the Perl 6 "diamond" operator can take an arbitrary
#
On Fri, 5 Oct 2001, Garrett Goebel wrote:
> For those who aren't yet busy reading, you can find it at:
> http://www.perl.com/pub/a/2001/10/03/exegesis3.html
OK, I have a question.
On page 3 you say:
> Because the Perl 6 "diamond" operator can take an arbitrary expression
> as its argument, it'