Sum

From StarLogo Nova Wiki
Revision as of 15:52, 14 August 2023 by Admin (talk | contribs) (Marked this version for translation)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
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