fork download
  1. def test()
  2. b = 10;
  3. end
  4.  
  5. i = false;
  6. if i
  7. b = 10
  8. else
  9. test()
  10. end
  11. puts b
Success #stdin #stdout 0.01s 7452KB
stdin
Standard input is empty
stdout