インテル® Fortran コンパイラー 14.0 ユーザー・リファレンス・ガイド
Portability Function: Reads the next available character from external unit 5, which is normally connected to the console.
result = GETC (char)
char |
(Output) Character*(*). First character typed at the keyboard after the call to GETC. If unit 5 is connected to a console device, then no characters are returned until the Enter key is pressed. |