Updates the value associated with the given key in case it already exists in the Dictionary. Otherwise a new key-value pair is added.
Examples
Syntax
set(key, value)
Parameters
key
Number|String:
value
Number|String:
This page is generated from the comments in src/data/p5.TypedDict.js . Please feel free to edit it and submit a pull request!