Re: [心得] fortran 的段落式的注解
// 以下,copy from wiki- ,
http://zh.wikipedia.org/w/index.php?title=Fortran&variant=zh-tw#FORTRAN.E7.BC.96.E8.AF.91.E5.99.A8
難怪,
!dec$if (.false.)
段落式的 註解
!dec$endif
可以使用
Compaq Visual Fortran (CVF),1998年1月,DEC公司被康柏公司收購,Digital Visual
Fortran更名為Compaq Visual Fortran。一個著名的版本是Compaq Visual Fortran 6.5
。2002年5月康柏公司已併入惠普公司。Compaq Visual Fortran的最新版是6.6。
※ 引述《sjgau (sjgau)》之銘言:
: http://sjgau.javaeye.com/blog/51219
: ! main() begin
: implicit none
: print *, 'Hello World at 1201'
: ! print *, 'Hello World at 1202'
: print *, 'Hello World at 1203'
: !DEC$IF (.FALSE.)
: print *, 'Hello World at 1204'
: print *, 'Hello World at 1205'
: print *, 'Hello World at 1206'
: !DEC$ENDIF
: print *, 'Hello World at 1207'
: end
: ! end of file
: ! 和 C 的注解,只能夠處理 一整行的注解,如果碰到 整個段落的注解,
: 就要改用 上面所示範的注解。
: 註解是 非常重要的東西,請適當和正確的使用 註解。
: 其中的 "DEC" 應該是 DEC 電腦公司的意思,可能當初這個標準是
: 這個公司制定的吧。
--
※ 發信站: 批踢踢實業坊(ptt.cc)
◆ From: 118.231.22.123
討論串 (同標題文章)
本文引述了以下文章的的內容:
完整討論串 (本文為第 3 之 3 篇):
Fortran 近期熱門文章
PTT數位生活區 即時熱門文章
-4
30