inline01

来自「开放源码的编译器open watcom 1.6.0版的源代码」· 代码 · 共 19 行

TXT
19
字号
#  
#  INLINE TEST 01
#     - makesure that the file being created is still held with keep
# 
test1: test .symbolic
    @-diff test.2 test.3
test: .symbolic
    @-diff <<test.1 <<test.2
HELLO
BOO
<<KEEP
HELLO
BOO2
<<KEEP
    @-diff test.1 <<test.3
HELLO1
BOO
<<KEEP 

⌨️ 快捷键说明

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