SAND-framework/public/test1.php
2012-03-30 09:12:56 +02:00

6 lines
No EOL
62 B
PHP

<?php
$ia = 10
while ( $ia < 20 ){
print $ia;
$ia++;
}