test.dc

来自「Object-Oriented Programming With ANSI-C这」· DC 代码 · 共 40 行

DC
40
字号
//	Test.dc -- 5.1 Jun  6 18:18:16 1993//	Copyright (c) 1993 Axel T. Schreiner//line 1			implementation of class without new meta classline 2			// comment% tInt {%casts	return 1;}% tTest {%casts	return self;}%+ Test cInt {%casts	return 2;}%+ Test C {%casts}%- Test dTBase {%casts	return _self;}%- Test D {%casts}line -5line -4%initline -2line -1

⌨️ 快捷键说明

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