Help for this page
Select Code to Download
Select
or
download this
my $i; for ($i=3, $i=2, $i=1) { print "$_ and $i\n"; }
Select
or
download this
1 and 1 1 and 1 1 and 1