mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
authorGurusamy Sarathy <gsar@cpan.org>
Wed, 7 Jul 1999 10:08:38 +0000 (10:08 +0000)
committerGurusamy 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

index ee668e1187ffc8ee0b0464c7e34b9297521faba8..d08a5f946fb3bb48e6a8d756f6cad185de5b431a 100644 (file)
@@ -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,