in reply to Perl 6 FAQ
in thread Are programmers getting too lazy for perl?
Is that correct? I thougt false changed from '' to 0 so the first marked 'no output' should print '0'.my $int1 = 0; my $int2 = 42; my $string = "turbo"; say ?$int1; # no output say ?$int2; # a 1 say +$string; # no output - no number parsed from string
|
|---|
| Replies are listed 'Best First'. | |
|---|---|
|
Re^2: Perl 6 FAQ
by Anonymous Monk on Dec 11, 2007 at 08:47 UTC |