Does anyone know what kind of array support is in cogs. I have created things in my cogs which I index by thing[] as a single dimensional array. But when I try a multi-dimensional array such as thing[][] my cogs will not work. Is this just something that is not supported in cogs as in the C language or do I need to do something specific such as in my symbol declaration? Any help would be greatly appreciated.