diff options
author | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-10 19:02:34 +0000 |
---|---|---|
committer | Abhijit Menon-Sen <ams@wiw.org> | 2003-10-10 19:02:34 +0000 |
commit | 835f270a3e4bae7616085b997e93ab587be224b4 (patch) | |
tree | 9ca4894d68aedd1b190ce5014f3aad78cbdcb9f5 | |
parent | 7e4e8c89c9cf9e2712eede00d12c71677e17b929 (diff) | |
download | perl-835f270a3e4bae7616085b997e93ab587be224b4.tar.gz |
Make everyone stop posting to p5p about 0e0.
p4raw-id: //depot/perl@21435
-rw-r--r-- | pod/perlsyn.pod | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/pod/perlsyn.pod b/pod/perlsyn.pod index 98bd8fa208..aabd65d212 100644 --- a/pod/perlsyn.pod +++ b/pod/perlsyn.pod @@ -106,9 +106,6 @@ as the last item in a statement. The number 0, the strings C<'0'> and C<''>, the empty list C<()>, and C<undef> are all false in a boolean context. All other values are true. -Note that while 0, 0.0 and C<'0'> are false, C<'0.0'> and C<'0e0'> are -true, but evaluate to 0 in a numeric context. - =head2 Statement Modifiers Any simple statement may optionally be followed by a I<SINGLE> modifier, |