php-src/tests/testarray2.pl
1999-07-08 21:42:29 +00:00

4 lines
53 B
Perl

for ($i="aaa"; $i lt "bbb"; $i++) {
print "$i\n";
}