S04 says that pointy blocks are allowed on repeat while blocks
when the conditional is on either side of the block. STD.pm
currently allows only the case where the conditional is in
front -- i.e., STD.pm doesn't currently recognize the form
repeat -> $thing { ... } while something();
Is this
[EMAIL PROTECTED] wrote:
I am trying to understand the following small portion from S12, and it
seems slightly ambiguous to me:
=== from S12:
You may wish to declare an attribute that is hidden even from the
class; a completely private role attribute may be declared like this:
C
The na
I am trying to understand the following small portion from S12, and it
seems slightly ambiguous to me:
=== from S12:
You may wish to declare an attribute that is hidden even from the
class; a completely private role attribute may be declared like this:
C
The name of such a private attrib