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