Diferencia

From StarLogo Nova Wiki
Revision as of 16:39, 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 Difference Block

Returns the difference of two inputs.

Syntax

Inputs in this block:

  1. a number
  2. a number

the latter of which will be subtracted from the former.

Example

Difference example gif
Difference example code

This is a model of elephant health given factors that nourish the elephant (grass) and factors that harm the elephant (poachers). When an elephant’s health falls to zero, it is no longer visible. This demonstrates the negative impact of poachers on elephant populations.

Related Blocks