<div></div>
<object-new> <object-set key="count"> <number-new value="10"> </object-set> <object-update key="count" type="number"> <number-add value="5"> </object-update> <object-get key="count" type="number"> <assert-equal value="15" type="number">
<div></div>
<object-new> <object-set key="text"> <string-new value="hello"> </object-set> <object-update key="text" type="string"> <string-append string=" world"> </object-update> <object-get key="text" type="string"> <assert-equal value="hello world" type="string">