Hi guys, 1) In C sharp, multi dimensional arrays are built into the language, and I find them very useful for representing a board, or a board with a few layers. the syntax is also pretty nice: int[,,] cube = new int[3,3,3]; for example. but you can also do int[,,,,,,,,] (if you have the ram ;-)
Does factor have something similar? (matrices with as many dimensions as I want) I don't know how to implement such a thing, or even how to access the elements in factor. 2) Does factor have support for command line windows, reading one key at a time? this can be useful for little games, or in tutorials for learning how to program. Please point me to the right directions if these exist, Thanks, Kobi -- China: stop persecuting Falun Gong! http://faluninfo.net URGENT: Innocent people are being persecuted for their belief inside Communist China. ------------------------------------------------------------------------------ _______________________________________________ Factor-talk mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/factor-talk
