📄 cgirblk_s0_b5_blockoutputcomment.tlc
字号:
%implements cgirblk_s0_b5_BlockOutputComment "C"
%function BlockOutputComment(block, portIdx) void
%assign tmpBuf = ""
%switch portIdx
%case 0
%openfile tmpBuf
%closefile tmpBuf
%return tmpBuf
%default
%assign errTxt = "No expression comment on port %<portIdx>"
%<LibBlockReportError(block,errTxt)>
%endswitch
%endfunction
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -