 - (if (or (and (= ctrA "1")
- (= ctrB "2")
- (= ctrC "2")
- )
- (and (= ctrA "2")
- (= ctrB "1")
- (= ctrC "2")
- )
- (and (= ctrA "2")
- (= ctrB "2")
- (= ctrC "1")
- )
- )
- (progn
- (command "-insert" "s90" sxx_10 "" "" "")
- (command "-insert" "kt7" ktx_10 "" "" "")
- )
- )
是这个意思吗?
|