def i = 0
def a = 1
def b = 3
y=Math.random();
while (i < 10) {
i++
}
for (remainingGuests in 0..9) {
println remainingGuests
}