I want to put my source plain TeX file in the output of the same plain TeX file.
As I remember coming through a macro, that can put a file's content in to the output, but only \input comes to mind. What could it be?
Becoming frustrated—and so tired—I decided, to use the \openin, \read, \closein macros, but failed. For the same file, nothing is read. Only for a text file, the very first line is read, but only if the condition is after the body of the loop.
However, while I was writing this question, a suggestion were showed here, which I learned from that I was missing \unless. It is fine, but now everything is interpreted. How can I avoid that?
