cgirblk_s0_b38_blockoutputcomment.tlc
来自「其中提到遺傳學的程式碼與應用提供給次淚相向的研究者參考下載」· TLC 代码 · 共 15 行
TLC
15 行
%implements cgirblk_s0_b38_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 + =
减小字号Ctrl + -
显示快捷键?