fork download
  1. def i = 0
  2.  
  3. IF ( x > 100 )
  4. y = random integer (2-10)
  5.  
  6. ELSE // x <= 100
  7. DO
  8. y = random integer (2-10)
  9. WHILE (y == 5)
  10. while (i < 10)
  11. {
  12. i++
  13. }
  14. for (remainingGuests in 0..9) {
  15. println remainingGuests
  16. }
Runtime error #stdin #stdout 0.94s 219136KB
stdin
Standard input is empty
stdout
Standard output is empty