Si

From StarLogo Nova Wiki
Revision as of 18:05, 16 August 2023 by FuzzyBot (talk | contribs) (Updating to match new version of source page)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Other languages:
el bloque si

si [_] es un bloque de código parte de lógica cajón.

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

Uso

si [_] toma en declaraciones comparativas de la Lógica cajón para probar una condición. El agente solo seguirá los comandos adjuntos al gancho si la declaración es verdadera.

Sintaxis

The if Block

Example

If example gif
If example code

This is a game in which the frog attempts to catch flies. The player can move the frog using the arrow keys on the keyboard. The program can process this input using the if block in conjunction with key held? or key typed?.

Para tener en cuenta

Bloque relacionados