1
0
mirror of https://github.com/php/php-src.git synced 2026-03-24 08:12:21 +01:00
Files
archived-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";
}