commitbot, channeling Carlin (>):
> =item die
>
> + multi die (@LIST)
> +
> +Prints each element to $*ERR (STDERR) and throws an exception.
Well, no. If that were true, &die calls within (the dynamic scope of)
a try block would also print things, which they don't. It's the thing
that catches the
Author: carlin
Date: 2009-10-12 03:15:43 +0200 (Mon, 12 Oct 2009)
New Revision: 28768
Modified:
docs/Perl6/Spec/S16-io.pod
docs/Perl6/Spec/S29-functions.pod
Log:
[Spec/S29-functions.pod] Added some details about die and fail
Modified: docs/Perl6/Spec/S16-io.pod