This is a live mirror of the Perl 5 development currently hosted at https://github.com/perl/perl5
Changed the underscore/undebar syntax in numeric constants;
authorJarkko Hietaniemi <jhi@iki.fi>
Sun, 29 Apr 2001 15:55:39 +0000 (15:55 +0000)
committerJarkko Hietaniemi <jhi@iki.fi>
Sun, 29 Apr 2001 15:55:39 +0000 (15:55 +0000)
commit928753ea20dfcc4327533c22eecccbc215e82fee
treec1ddf60e7c74061943aa1556daf62f093b023379
parentaa58aa353209e3416c78e241b039154fdfd9415b
Changed the underscore/undebar syntax in numeric constants;
now any grouping will do, as long as the underscores are not
consecutive (so "zero-grouping" is out), and they do not begin
or end the integer or fractional parts.

p4raw-id: //depot/perl@9905
pod/perldata.pod
pod/perldiag.pod
t/pragma/warn/toke
toke.c