跳到主要内容

Fortran 初值

integer :: a = 1
real :: b = 2.0
complex :: c = (1.0, 2.0)
character*20 :: str = 'Fortran 90'