Referencia create()

create()

Creates a new key-value pair in the Dictionary.

Ejemplos

Sintaxis

create(key, value)
create(obj)

Parámetros

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!

Referencias Relacionadas