From: Gurusamy Sarathy Date: Wed, 7 Jul 1999 10:08:38 +0000 (+0000) Subject: mention C syntax X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=b303ae7823bb20601f644b1014ef1fdda7ec92a5;p=p5sagit%2Fp5-mst-13.2.git mention C syntax (from François Désarménien ) p4raw-id: //depot/perl@3643 --- diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index ee668e1..d08a5f9 100644 --- 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,