plm_p00.plm

来自「在伟福环境下实现PLM51调用PLM51范例」· PLM 代码 · 共 20 行

PLM
20
字号

PLM_P00: do;

abc: procedure external;
end abc;

f0: procedure external;
end f0;

declare i(3) byte public;

declare aa byte;

start:
    call abc;
    call f0;
    goto start;

end PLM_P00;

⌨️ 快捷键说明

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