Reference create()

create()

Creates a new key-value pair in the Dictionary.

Examples

Syntax

create(key, value)
create(obj)

Parameters

key
Number|String:
value
Number|String:
obj
Object:

key/value pair

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