5 lines
73 B
Text
5 lines
73 B
Text
>> o: object [a: 1] put o 'b 2 o
|
|
== make object! [
|
|
a: 1
|
|
b: 2
|
|
]
|