Translations:And/2/en: Difference between revisions

From StarLogo Nova Wiki
(Importing a new version from external source)
 
(Importing a new version from external source)
 
Line 1: Line 1:
<p id="tooltip">Determines if both the first and second inputs are true. If both are true, then returns true; else returns false.</p>
<p id="tooltip">Determines if both the first and second inputs are true. If both are true, then returns true; if one or both of the statements are false, this block returns as false.</p>

Latest revision as of 15:58, 14 August 2023

Information about message (contribute)
This message has no documentation. If you know where or how this message is used, you can help other translators by adding documentation to this message.
Message definition (And)
<p id="tooltip">Determines if both the first and second inputs are true. If both are true, then returns true; if one or both of the statements are false, this block returns as false.</p>

Determines if both the first and second inputs are true. If both are true, then returns true; if one or both of the statements are false, this block returns as false.