Define Var1.l, Var2.f, Var3.s ; possible
NewList List1.l(), List2.f(), List3.s() ; not possible
Dim Array1.l(1), Array2.f(1), Array3.f(1) ; not possible
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
It would make sense to allow the same syntax for Define as well.
Ha yes, good. Thank you for the tip freak.
So at the moment we have :
Global, Protected, Static -> allow multiples.
Define, Shared -> do not allow multiples.
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer
Define.s
a = "a" ; this is a string.
b = "b" ; this is a string.
but 'Global' can't be used this way (and Protected, Shared, Static).
No programming language is perfect. There is not even a single best language.
There are only languages well suited or perhaps poorly suited for particular purposes. Herbert Mayer