while true { let a = random int 0..19 print $a if $a == 10 {break} print (random int 0..19) }