Date: Fri, 20 Dec 2024 11:46:02 -0300
On Friday 20 December 2024 08:54:45 Brasilia Standard Time Tiago Freire via
Std-Proposals wrote:
> Perl doesn't have a "break label" or "continue label"
That's because it doesn't have break and continue in the first place. Those
statements are called "last" and "next" respectively.
https://perldoc.perl.org/perlsyn#Loop-Control
Std-Proposals wrote:
> Perl doesn't have a "break label" or "continue label"
That's because it doesn't have break and continue in the first place. Those
statements are called "last" and "next" respectively.
https://perldoc.perl.org/perlsyn#Loop-Control
-- Thiago Macieira - thiago (AT) macieira.info - thiago (AT) kde.org Principal Engineer - Intel DCAI Platform & System Engineering
Received on 2024-12-20 14:46:11