Sum: Difference between revisions

From StarLogo Nova Wiki
(Marked this version for translation)
(add related blocks)
Line 26: Line 26:
<!--T:9-->
<!--T:9-->
In this model, whenever an Elephant eats a patch of Grass, its health (a trait of the breed Elephant) increases by 1. This is demonstrated visually by setting size equal to health.
In this model, whenever an Elephant eats a patch of Grass, its health (a trait of the breed Elephant) increases by 1. This is demonstrated visually by setting size equal to health.
==Related Blocks==
*[[Special:MyLanguage/Difference|Difference -]]
*[[Special:MyLanguage/Product|Product *]]
*[[Special:MyLanguage/Quotient|Quotient /]]


<!--T:1-->
<!--T:1-->

Revision as of 15:52, 14 August 2023

Other languages:
The Sum Block

Usage

Returns the sum of two inputs.

Syntax

Inputs in this block:

  1. a number
  2. a number

which will then be added together.

Example

Sum example gif
Sum example code

In this model, whenever an Elephant eats a patch of Grass, its health (a trait of the breed Elephant) increases by 1. This is demonstrated visually by setting size equal to health.

Related Blocks