【机器视觉】 comment算子
00. 目錄
文章目錄
- 00. 目錄
- 01. 概述
- 02. 簽名
- 03. 描述
- 04. 注意
- 05. 參數(shù)
- 06. 結(jié)果
- 07. 附錄
01. 概述
comment - 為程序添加一行注釋。
02. 簽名
comment( : : Comment : )
03. 描述
comment給程序中添加一行注釋。 作為參數(shù)值,即作為注釋,允許所有的字符。 如果使用算子窗口輸入注釋,并且注釋行參數(shù)中有換行符,則每個(gè)文本行都插入一條注釋語(yǔ)句。
在全文編輯器中,通過輸入星號(hào)(’*’)作為第一個(gè)非空白字符來標(biāo)記注釋。
該算子對(duì)程序執(zhí)行沒有影響。
原文描述:
comment allows to add a comment of one line to the program. As parameter value, i.e., as comment, all characters are allowed. If the operator window is used to enter a comment and if there are newlines in the comment line parameter, one comment statement for every text line is inserted.
In the full text editor a comment is marked by entering an asterisk (’*’) as first non-whitespace character.
This operator has no effect on the program execution.
04. 注意
略
05. 參數(shù)
Comment (input_control)
任意字符序列。
06. 結(jié)果
comment從未執(zhí)行。
HDevelop例程
variable_types.hdev Define variable types in HDevelop
comment.hdev Use comments and verbatim code export
程序示例
* This is a program with comments * 'this is a string as comment' * here are numbers: 4711, 0.815 stop ()07. 附錄
7.1 機(jī)器視覺博客匯總
網(wǎng)址:https://dengjin.blog.csdn.net/article/details/116837497
總結(jié)
以上是生活随笔為你收集整理的【机器视觉】 comment算子的全部?jī)?nèi)容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: 【机器视觉】 assign_at算子
- 下一篇: 【机器视觉】 convert_vecto