inline02
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 21 行
TXT
21 行
#
# INLINE TEST 02
# - makesure that the file being created is still held
# even with nokeep
# - the file must still exist until end of wmake execution
#
test1: test .symbolic
@-diff test.2 test.3
test: .symbolic
@-diff <<test.1 <<test.2
HELLO
BOO
<<NOKEEP
HELLO
BOO2
<<
@-diff test.1 <<test.3
HELLO1
BOO
<<
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?