waldo kitty schreef:
> Mehmet Erol Sanliturk wrote:
>> On Thursday 26 March 2009 05:16:32 pm Thierry Coq wrote:
>>>  >> TEST PROGRAM
>>>
>>> program Test1;
> [CHOMP]
>>>   until eof;
>>> end.
>>>
>>> << END OF TEST PROGRAM
>>> _______________________________________________
>>>
>>
>> At until eof , there should be a file variable name as eof ( FN ) 
>> where FN may be
>>
>> var FN : Text ;
>> or
>> var FN : File ... ;
> 
> not only that, there's nothing that names and opens that file, either...
> 

So, it must read from stdin, which seems a reasonable thing in contests.

Vincent
_______________________________________________
Lazarus mailing list
Lazarus@lazarus.freepascal.org
http://www.lazarus.freepascal.org/mailman/listinfo/lazarus

Reply via email to