simple question, what's the syntax for reading from a data tree?
normally I would use an integer of each item in a list in brackets as in list(i)
when i have a tree where each branch has two forks...as in:
[0:0][0:1][0:2], [1:0][1:1][1:2], [2:0][2:1][2:2]...and so on
how do I read each branch? I am kind of lost here...the first two branches will only have one item while the third will have a few. If anyone can point in the direction of some documentation or tutorial I would really appreciate it...
thanks!
Tags: