<?php$minimo = 10;$maximo = 30;$numero = $minimo + 1; while ( $numero < $maximo) { echo $numero."\n"; $numero++;}?>
Standard input is empty
11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!