# In reply to @determiedmech1 "For printing you can": Sorry if I'm not # understanding, but dumpTree() prints the nodes passed into it, but not what # those nodes will be after evaluation. For example if I tried to # dumpTree(result[^3) to see what result[^3] contains, I just get the nodes that # make up result[^3]: BracketExpr Ident "result" Prefix Ident "^" IntLit 3