If/es: Difference between revisions
No edit summary |
(Updating to match new version of source page) |
||
(2 intermediate revisions by the same user not shown) | |||
Line 5: | Line 5: | ||
<section begin=image/>[[File:If.png|alt=el bloque si|thumb]]<section end=image/> | <section begin=image/>[[File:If.png|alt=el bloque si|thumb]]<section end=image/> | ||
<section begin="name" />'''<code>si [_]</code>'''<section end="name" /> es un [[Special:MyLanguage/Code Block|bloque de código]] parte de [[Special:MyLanguage/Logic|lógica]] cajón. | <section begin="name" />'''<code>si [_]</code>'''<section end="name" /> es un [[Special:MyLanguage/Code Block|bloque de código]] parte de [[Special:MyLanguage/Logic|lógica]] cajón. | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
<section begin=name/>'''<code>if [_]</code>'''<section end=name/> is a [[code block]] part of the [[Logic]] drawer. | |||
</div> | |||
<span id="Usage"></span> | <span id="Usage"></span> | ||
Line 16: | Line 20: | ||
<section begin=image/>[[File:Si Es.png|right|alt=The if Block|thumb]]<section end=image/> | <section begin=image/>[[File:Si Es.png|right|alt=The if Block|thumb]]<section end=image/> | ||
<!-- <code>si [Insert: Condition]</code> --> | <!-- <code>si [Insert: Condition]</code> --> | ||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
==Example== | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
[[File:key_held_example.gif|alt=If example gif|thumb]] | |||
[[File:if_example.png|alt=If example code|thumb]] | |||
</div> | |||
<div lang="en" dir="ltr" class="mw-content-ltr"> | |||
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 [[Special:MyLanguage/Key Held?|key held?]] or [[Special:MyLanguage/Key Typed?|key typed?]]. | |||
</div> | |||
<span id="Nuances"></span> | <span id="Nuances"></span> |
Latest revision as of 18:05, 16 August 2023
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
Example
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?.