customcom.i
来自「Visual Prolog 7.1的一些学习资料,希望对您有用」· I 代码 · 共 13 行
I
13 行
/*****************************************************************************
Copyright (c) Prolog Developement Center
Written by: Visual Prolog
******************************************************************************/
interface customCom supports testInterface1
predicates
getTestInterface1 : () -> testInterface1.
getTestInterface2 : () -> testInterface2.
end interface customCom
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?