以下は、人間用のデータではありません。
T1LPAS ! プログラムの一時停止
* chara_nowpub.f 7
* Src code start
subroutine T1LPAS ! プログラムの一時停止
c -----------------------------------
c You can freely use, copy, modify and redistribute this subroutine.
c This subroutine comes with absolutely no warranty.
c
c Copyright (C) 2006 TAKAGI-1
c
c Author : TAKAGI-1
c Date : 2006/ 2/18
c Modification:
c
c In this subroutine,
c pause.
c
c Input variables: (name : type : explanation)
c None.
c
c Output variables: (name : type : explanation)
c None.
c
c Required subroutines : none.
c /-----------------------------------
real r
write(*,*) '-- Now Pausing --'
write(*,*) 'any number : OK'
read(*,*) r
return
end
© TAKAGI-1