comment — 在程序中添加一行注释。
comment( : : Comment : )
comment 允许在程序中添加一行注释。作为参数值(即注释),允许使用所有字符。若通过算子窗口输入注释,且注释行参数中包含换行符,则每行文本将插入一条注释语句。
在全文编辑器中,通过在注释行首输入星号('*')作为首个非空格字符来标记注释。
此算子对程序执行没有影响。
Comment (输入控制) string → (string)
任意字符序列。
* This is a program with comments * 'this is a string as comment' * here are numbers: 4711, 0.815 stop ()
comment 永远不会被执行。
基础