diff --git a/docs/unit_code/1.15/code.md b/docs/unit_code/1.15/code.md index 9ccd213..5bd116b 100644 --- a/docs/unit_code/1.15/code.md +++ b/docs/unit_code/1.15/code.md @@ -658,23 +658,19 @@ autoTrigger:if memory.a < memory.b and memory.a > memory.c ```ini [action] autoTrigger:if (memory.a < memory.b or memory.a > memory.c) and not memory.a < memory.d -# 考考你,在这个例子中,满足什么条件才会触发? -``` - -
鼠标放上显示参考答案
- - - +``` + + + +#### **动动脑,考考你** +#### 考考你,在上述这个例子中,满足什么条件才会触发? +#### **显示参考答案** +#### 答案:a必须满足小于b和大于c中的一个,且a必须小于c,自动触发才会被触发。 + + + + ### 算数运算符