Hmm what I was trying to do specifically was for instance have a node that contained a list of arrays (NODE_LISTARRAYS). And have another node that represented the collaborative commands for those arrays (NODE_ARRAYCOMMANDS) such as push, pop, clear, etc. The second node (NODE_ARRAYCOMMANDS) clearly...