Well, sorry if already requested.
I would like to have a keyword "const" in addition to global, protected and so on.
Something like
Code: Select all
Const myconst.l
Protected Const localconst.l
Global Const globalconst.l
like the classical C/C++ keyword.
Just to get rid of some of the #MYCONST = 1 definitions and to have the ability to define local constants (would be nice) and to have constant parameters to procedures (e.g. constant pointers).
Well, here goes my request!
Thank you.