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