mirror of
https://github.com/php/php-src.git
synced 2025-08-16 05:58:45 +02:00
3 lines
53 B
Perl
3 lines
53 B
Perl
for ($i="aaa"; $i lt "bbb"; $i++) {
|
|
print "$i\n";
|
|
}
|