Page 1 of 1

Just a simple wish about the protected keyword

Posted: Thu Jan 11, 2007 5:44 pm
by Joakim Christiansen
Would be cool if I could write Protected.s and such, like you can do with Define.
Define.b a, b = 10, c = b*2, d ; these 4 variables will be byte typed (.b)

Posted: Thu Jan 11, 2007 9:28 pm
by jear
I agree :D

But not only Protected!
Global, Shared, Static... too.

Posted: Thu Jan 11, 2007 9:58 pm
by Joakim Christiansen
jear wrote:Global, Shared, Static... too.
Indeed!

Posted: Fri Jan 12, 2007 12:13 pm
by Chrono Syndrome
Agree.