Deletes the specified child node from the current node.
removeChild( node om.DomNode )
The removeChild() method deletes a om.DomNode element node from the current node.
DEFINE parent, child om.DomNode ... CALL parent.removeChild(child)