// eif

aa = array 1

to fx x = x + 3

to eif a =
  if a == 0
    0 break
  else if a == 1
    1 break
  else
    aa[0]
