Given a tree aTree, returns the list of children of the root.
aTree
the tree to consider
the children of the node as a list
Given a tree
aTree
, returns the list of children of the root.