ldcmt.gml

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

GML
29
字号
.*
.*
.dirctv #
.*
.np
.ix 'directives' 'comment'
.ix 'comment (#) directive'
The "#" directive is used to mark the start of a comment.
All text from the "#" character to the end of the line is considered a comment.
The format of the "#" directive is as follows.
.mbigbox
    # comment
.embigbox
.synote
.mnote comment
is any sequence of characters.
.esynote
.np
The following directive file illustrates the use of comments.
.millust begin
file main, trigtest

# Use my own version of "sin" instead of the
# library version.

file mysin
library &pc.math&pc.trig
.millust end

⌨️ 快捷键说明

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