file monfic

monfic.open("monfic.txt", "r")
while not monfic.eof()
  text t = monfic.readLine()
  if t = nil ? break
  print t
/while