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