assign_5.f90
来自「linux下编程用 编译软件」· F90 代码 · 共 16 行
F90
16 行
! { dg-do run }! Assign a label to a dummy argument.! Option passed to avoid excess errors from obsolete warning! { dg-options "-w" }subroutine s1 (a)integer aassign 777 to ago to a777 continueendprogram testcall s1 (1)end
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?