On Tue, Jul 29, 2003 at 01:55:18AM +0200, Frank Heckenbach wrote:
- File type INTERACTIVE
What difference does it make?
I suppose we can ignore the difference, since GPC does lazy input, anyway. So `type Interactive = Text;' might suffice.
The first input character would be lost this way, since the program would start with a `get' thinking it retrives the first char, but actually getting the second one.
Emil