inputs one line of input (but no more than s'length characters) ... Text_IO; procedure eofloop3a is c: Character; begin while (not End_Of_File) loop get(c); ...
確定! 回上一頁