?? constant.idl
字號:
// constant.idl,v 1.2 1998/05/13 14:27:32 levine Exp
const short l = 4;
enum N { zero, un , deux, trois };
exception E {
short cause ;
};
module M {
const short l = 4;
enum N { zero, un , deux, trois };
exception E {
short cause ;
};
interface A {
const short l = 4;
enum N { zero, un , deux, trois };
exception E {
short cause ;
};
N foo(in N x, out N y, inout N z);
};
};
?? 快捷鍵說明
復制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號
Ctrl + =
減小字號
Ctrl + -