Element.opOpAssign

Append a text item to the interior of this element

Parameters

item Text

the item you wish to append.

Examples

Element element;
element ~= new Text("hello");

Meta