If: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
mNo edit summary
Line 19: Line 19:


<!--T:19-->
<!--T:19-->
<section begin=image/>[[File:If Nums.png|right|alt=The If Block|thumb]]<section end=image/>
[[File:If Nums.png|right|alt=The If Block|thumb]]
<!-- <code>if [Insert: Condition]</code> -->
<!-- <code>if [Insert: Condition]</code> -->
Inputs in this block:
Inputs in this block:

Revision as of 14:09, 11 August 2023

Other languages:
The if block

Test for something. If true, then the agent follows the commands attached to the hook.

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

The If Block

Inputs in this block:

  1. a comparative statement block (+ statements, > statements, Not statement, and/or statements)

Nuances

Related Blocks