// break.txt

to tx | i =
  while 1
    if i == 10
      i break
    print 22
    i

to ty | i j =
  if 2
    i
  else
    j

