----- Original Message -----
From: "David Whipp" <[EMAIL PROTECTED]>
> Is this the same as saying that C<else> can be followed by
> *any* statement? If not, then we would need user-defined
> control statements (a property on a sub?) that can be used
> in the "else" context.

Perhaps C<else> is a binary operator? condition else expr. Like
operator::or, but doesn't try to return a value.

die unless foo;
foo else die;

Ashley Winters

Reply via email to