creatatt.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 20 行

GML
20
字号
The possible values for
.arg attribute
are:
.begterm 10
.termhd1 Attribute
.termhd2 Meaning
.term .mono _A_NORMAL
Indicates a normal file.
File can be read or written without any restrictions.
.term .mono _A_RDONLY
Indicates a read-only file.
File cannot be opened for "write".
.term .mono _A_HIDDEN
Indicates a hidden file.
This file will not show up in a normal directory search.
.term .mono _A_SYSTEM
Indicates a system file.
This file will not show up in a normal directory search.
.endterm

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?