If/en: Difference between revisions

From StarLogo Nova Wiki
(Updating to match new version of source page)
 
(Updating to match new version of source page)
Line 1: Line 1:
<languages/>
<language/>


[[Category:Logic]]
[[Category:Logic]]
<section begin=image/>[[File:If.png|alt=The if block|thumb]]<section end=image/>
<section begin=image/>[[File:If.png|alt=The if block|thumb]]<section end=image/>
<section begin=name/>'''<code>if [_]</code>'''<section end=name/> is a [[code block]] part of the [[Logic]] drawer.
<section begin=name/>'''<code>if [_]</code>'''<section end=name/> is a [[code block]] part of the [[Logic]] drawer.


==Usage==
==Usage==
<p id="tooltip"><code>if [_]</code> takes in comparative statements from the [[Logic]] drawer to test for a condition. The [[agent]] will only follow commands attached to the hook if the statement is true.</p>
<p id="tooltip"><code>if [_]</code> takes in comparative statements from the [[Logic]] drawer to test for a condition. The [[agent]] will only follow commands attached to the hook if the statement is true.</p>


===Syntax===
===Syntax===
<code>if [Insert: Condition]</code>
<code>if [Insert: Condition]</code>



Revision as of 22:45, 10 July 2023

<language/>

The if block

if [_] is a code block part of the Logic drawer.

Usage

if [_] takes in comparative statements from the Logic drawer to test for a condition. The agent will only follow commands attached to the hook if the statement is true.

Syntax

if [Insert: Condition]

Nuances

Related Blocks