NodesIn : rc ->
Arg N : TreeNode, F : < TreeData >

N.
 Call NodesIn Left F
 [ Left ]

 Call NodesIn Right F
 [ Right ]

 Call F Data
;

Return
