Element.opOpAssign

Append a comment to the interior of this element

Parameters

item Comment

the item you wish to append.

Examples

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

Meta