fork download
  1. while false do
  2. puts('Hello world')
  3. end
  4. puts('after while')
  5.  
Success #stdin #stdout 0.01s 7408KB
stdin
Standard input is empty
stdout
after while