fork download
  1. i = 0
  2. while i < 10 do
  3. if i == 4
  4. puts(i)
  5. end
  6. i = i + 1
  7. end
  8.  
Success #stdin #stdout 0.01s 7452KB
stdin
Standard input is empty
stdout
4