From 1d5653ddbca059269584f6915dceeb0bf7d5d177 Mon Sep 17 00:00:00 2001 From: Rafael Garcia-Suarez Date: Mon, 20 Jun 2005 09:20:40 +0000 Subject: [PATCH] Missed a chunk in previous commit p4raw-id: //depot/perl@24903 --- pod/perlsyn.pod | 2 ++ 1 file changed, 2 insertions(+) diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 7b2fc5f..5d25a77 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -225,6 +225,8 @@ the sense of the test is reversed. The C statement executes the block as long as the expression is true (does not evaluate to the null string C<""> or C<0> or C<"0">). +The C statement executes the block as long as the expression is +false. The LABEL is optional, and if present, consists of an identifier followed by a colon. The LABEL identifies the loop for the loop control statements C, C, and C. -- 2.7.4