Suma

From StarLogo Nova Wiki
Revision as of 18:44, 14 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:
The Sum Block

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