mention C<foreach VAR (LIST) BLOCK continue BLOCK> syntax
Gurusamy Sarathy [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 ee668e1..d08a5f9 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,