縺薙�繝壹�繧ク縺ッ縲�FORTRAN繝ゥ繧、繝悶Λ繝ェ Chara.f縺ォ蜷ォ縺セ繧後k繧オ繝悶Ν繝シ繝√Φ T1LPAS 縺ョ逅�ァ」謾ッ謠エ繝壹�繧ク縺ァ縺吶€�

縺薙�繝壹�繧ク縺ッ縲:ORTRAN繝励Ο繧ー繝ゥ繝�逅�ァ」謾ッ謠エ繧キ繧ケ繝�Β縲薫kikaze縲�繧剃スソ縺」縺ヲ縺、縺上i繧後※縺�∪縺吶€�

T1LPAS

陦ィ遉コ縺ョ繝ェ繧サ繝�ヨ

繧ス繝シ繧ケ繧偵ヶ繝ュ繝�け蛹悶@縺ヲ陦ィ遉コ 竊舌♀縺吶☆繧∵ゥ溯�
繧ウ繝。繝ウ繝医い繧ヲ繝医r豺。縺上☆繧� / 豸医☆
繧ウ繝。繝ウ繝医い繧ヲ繝医r蠑キ隱ソ縺吶k / 縺�縺代r陦ィ遉コ縺吶k
笆� 讀懃エ「縺吶k
笆� 讀懃エ「縺吶k
笆� 讀懃エ「縺吶k

讖溯�: プログラムの一時停止

説明ページ

0000 * chara_nowpub.f 7
0001 * Src code start
0002
0003       
0004       subroutine T1LPAS ! プログラムの一時停止
0005 c -----------------------------------
0006 c You can freely use, copy, modify and redistribute this subroutine.
0007 c This subroutine comes with absolutely no warranty.
0008 c
0009 c Copyright (C) 2006 TAKAGI-1
0010 c
0011 c Author : TAKAGI-1
0012 c Date : 2006/ 2/18
0013 c Modification:
0014 c
0015 c In this subroutine,
0016 c pause.
0017 c
0018 c Input variables: (name : type : explanation)
0019 c None.
0020 c
0021 c Output variables: (name : type : explanation)
0022 c None.
0023 c
0024 c Required subroutines : none.
0025 c /-----------------------------------
0026       real r
0027       write(*,*) '-- Now Pausing --'
0028       write(*,*) 'any number : OK'
0029       read(*,*) r
0030       return
0031       end
0032
0033


● 構造
 ○ 正展開

 ○ 逆展開
(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