Date: Fri, 20 Dec 2024 12:39:58 +0100
> It's a unique feature that is being tried to push into C++. No other language does this!
Wrong. Perl supports exiting loops with "last LABEL" and jumping to
statements with "goto LABEL", and the label syntax is always "LABEL:
...".
Wrong. Perl supports exiting loops with "last LABEL" and jumping to
statements with "goto LABEL", and the label syntax is always "LABEL:
...".
Received on 2024-12-20 11:40:12