How about the ability to state that a prameter in a function must be a constant. For example;
Doing so could help blitzers produce even faster executing functions. Via having the compiler hard code those values into the program. From a compile sense, everytime a function is found with a different const value, then a new set of the code is created reflecting the change.
Anyway, just a brain wave I had, dont know if its even possible or desirable!. Made sense at the time, but could be the drink talking to me. Merry xmas btw :)
Function Test(Const num:Int) Print num End Function
Doing so could help blitzers produce even faster executing functions. Via having the compiler hard code those values into the program. From a compile sense, everytime a function is found with a different const value, then a new set of the code is created reflecting the change.
Anyway, just a brain wave I had, dont know if its even possible or desirable!. Made sense at the time, but could be the drink talking to me. Merry xmas btw :)