begin text buffer; ref(outfile)inf; buffer :- blanks(60); inf :- new outfile(""); inf.open(buffer); inf.outtext("NEW"); inf.close end