<div></div>
<string-new value="hello"> <string-append string="world"> <assert-equal value="helloworld" type="string">
<div></div>
<string-new value="hello"> <string-append string="world" separator=" "> <assert-equal value="hello world" type="string">