fork download
  1. var interv = (1..10).step( 2 )
  2.  
  3. print(interv)
Success #stdin #stdout 3.66s 172000KB
stdin
Standard input is empty
stdout
1..10 step 2