Spaces:
Running
Running
File size: 184 Bytes
8f3f8db |
1 2 3 4 5 6 7 |
accessing
at: aKey put: aValue
"set a property"
| error |
<primitive: 117> #(JavaScriptPlugin primitiveAtPut 0 0) at: 1.
^ self with: aValue retry: [:val | self at: aKey put: val]
|