流体力学から数値計算まで
parameter文は、定数を宣言する場合に使用します。
implicit double precision(a-h,o-z)
parameter(ind=499)
dimension ary(ind)