getChild..Root.Object.getChildReturns child (member, note: variables are treated as tree nodes) of this object named mem.
Parameters: String mem
Return value: reference to child
NativeCallable, Callable
auto father;
father.auto son.=("I'm son");
log(father.getChild("son"));