Feature request > IDE/Syntax
CONSTANT in TYPES!
(1/1)
Schranz0r:
Hi Gernot,
is it possible to initialize the CONSTANTS before the TYPES?
So that we can do this:
--- Code: (glbasic) ---CONSTANT MaxX = 12
CONSTANT MaxY = 14
CONSTANT MaxZ = 16
TYPE Whatever
Map[MaxX][MaxY][MaxZ]
ENDTYPE
--- End code ---
Navigation
[0] Message Index
Go to full version