30 character(STRING):: result
48 if ( .not. gthstnml % initialized )
goto 999
54 hptr => gthstnml % gthstnml_list
55 do while (
associated( hptr % next ) )
56 call listnext( gthstnml_list = hptr )
58 result = adjustl( hptr % name )
61 result = trim( result ) //
name_delimiter // adjustl( hptr % name )
integer, parameter, public token
単語やキーワードを保持する文字型変数の種別型パラメタ
character(1), parameter, public name_delimiter
character(string) function, public joinchar(carray, expr)
integer, parameter, public dp
倍精度実数型変数
character(string) function hstnmlinfonames(gthstnml)
integer, parameter, public stdout
標準出力の装置番号
integer, parameter, public string
文字列を保持する 文字型変数の種別型パラメタ