06-08-2010, 07:17 AM
britlion Wrote:How is that wanting the /language/ to change to a lower level syntax? In each case the syntax is DIM a(5) or DIM a(5,3,4,3) - I want the compiler to be smarter; not the language syntax to be more complex!I also agree. Hmmm. I think something could be done. E.g. for 1 or 2d with byte-sized indexes that is: DIM a(0TO 255) or DIM b(0 TO 255, 0 TO 255) could be optimized using the above method. I will try to copy HiSoft BASIC method
