● 構造
 ○ 正展開

 ○ 逆展開
(1) dummymain_main !
 ┗ ITOAGN ! 整数型データを文字型アラビア数字列に変換 (例: 123 → '123')
   ┗ T1LPAS ! プログラムの一時停止



● 変数(個別)
 ○ Input

 ○ Input & Output

 ○ Output

● 変数(子を含む)
 ○ Input

 ○ Input & Output

 ○ Output




以下は、人間用のデータではありません。

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