Hi Folks,
the following construction fails:
assign(ip,'input_file'); reset(ip);
repeat readln(ip,...... until eof(ip);
reset(ip); { <<<< This is the point where the shit hits the fan... }
I think it is legal. (It is surely OK under TP.)
I am running IRIX 6.2, GPC 2.0.
Cheers,
miklos