var interv = (1..10).step( 2 ) for(var i in interv){ print(i)}
Standard input is empty
1 3 5 7 9
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!