Reference add()

add()

Add the given number to the value currently stored at the given key. The sum then replaces the value previously stored in the Dictionary.

Examples

Syntax

add(Key, Number)

Parameters

Key
Number:

for the value you wish to add to

Number
Number:

to add to the value

This page is generated from the comments in src/data/p5.TypedDict.js . Please feel free to edit it and submit a pull request!

Related References