fork download
  1. for ( i in 5..0 ) { // Range from 0 through 5
  2. print ( i ) // Prints 0-5
  3. }
Success #stdin #stdout 3.73s 172688KB
stdin
Standard input is empty
stdout
5
4
3
2
1
0