projects
/
platform
/
upstream
/
perl.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
445a12f
)
mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
author
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 10:08:38 +0000
(10:08 +0000)
committer
Gurusamy Sarathy
<gsar@cpan.org>
Wed, 7 Jul 1999 10:08:38 +0000
(10:08 +0000)
(from François Désarménien <desar@club-internet.fr>)
p4raw-id: //depot/perl@3643
pod/perlsyn.pod
patch
|
blob
|
history
diff --git
a/pod/perlsyn.pod
b/pod/perlsyn.pod
index ee668e1187ffc8ee0b0464c7e34b9297521faba8..d08a5f946fb3bb48e6a8d756f6cad185de5b431a 100644
(file)
--- a/
pod/perlsyn.pod
+++ b/
pod/perlsyn.pod
@@
-134,6
+134,7
@@
The following compound statements may be used to control flow:
LABEL while (EXPR) BLOCK continue BLOCK
LABEL for (EXPR; EXPR; EXPR) BLOCK
LABEL foreach VAR (LIST) BLOCK
+ LABEL foreach VAR (LIST) BLOCK continue BLOCK
LABEL BLOCK continue BLOCK
Note that, unlike C and Pascal, these are defined in terms of BLOCKs,