Diferencia

From StarLogo Nova Wiki
This page is a translated version of the page Difference and the translation is 17% complete.
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