10-31-2011, 02:39 PM
I will add OO later, anyway, but we *all* should discuss how should ZX BASIC evolve.
E.g. Currently, DIM arrays are not dynamic, but Sinclair BASIC allows DIM to declare Arrays anyware in the code, in fact they should be dynamic and resizable (REDIM). Also they could be passed as references (byRef) and probably by Value.
In fact, ZX Basic support strings passed by value (which is rather complex), while FreeBasic and many other languages do not :roll:
Also dynamic containers like lists could be very interesting IMHO
E.g. Currently, DIM arrays are not dynamic, but Sinclair BASIC allows DIM to declare Arrays anyware in the code, in fact they should be dynamic and resizable (REDIM). Also they could be passed as references (byRef) and probably by Value.
In fact, ZX Basic support strings passed by value (which is rather complex), while FreeBasic and many other languages do not :roll:
Also dynamic containers like lists could be very interesting IMHO
