📄 ugprg7.gml
字号:
<beginning of file>
* This is our first FORTRAN example program
PRINT *, 'This is a FORTRAN program which I changed'
PRINT *, 'to illustrate the editor'
END
<end of file>
run
This is a FORTRAN program which I changed
to illustrate the editor
.ra <hold>
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -