Hi. Where could I find an example of tree data structure implementation for Lua? I found an example of binary tree in "lua-users.org" but I am intrested of general tree where each node has 0..n nodes. Florian