From 52ecfdcad83d809ccd3963347c88f833143a17c1 Mon Sep 17 00:00:00 2001 From: LingASDJ <2735951230@qq.com> Date: Fri, 31 Mar 2023 09:37:30 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=BC=94=E7=A4=BA=E4=BE=8B?= =?UTF-8?q?=E5=AD=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/unit_code/1.15/code.md | 28 ++++++++++++---------------- 1 file changed, 12 insertions(+), 16 deletions(-) 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,自动触发才会被触发。 + + + + ### 算数运算符