import random while true: let a = random(19) echo a if a == 10: break let b = random(19) echo b