跳到主要内容

Fortran 输出

! 第一个指定输出位置
! 第二个指定格式
write (*, *) "Hello"
write (unit=*, fmt=*)
write (unit=6, fmt=*)