?? common_1.f90
字號:
! { dg-do compile }! tests various allowed variants of the common statement! inspired by PR 18869! blank common block common x common y, z common // xx! one named common block on a line common /a/ e ! appending to a common block common /a/ g! several named common blocks on a line common /foo/ a, /bar/ b ! note 'a' is also the name of the ! above common block common /baz/ c /foobar/ d, /bazbar/ f end
?? 快捷鍵說明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -