Easypt

getChild

..Root.Object.getChild

Returns child (member, note: variables are treated as tree nodes) of this object named mem.

Child of:

Object

Signatures:

NativeCallable, Callable

Example:

auto father;
father.auto son.=("I'm son");
log(father.getChild("son"));