Sum

From StarLogo Nova Wiki
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