You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I thought about adding const variables before. For whatever reason, it did not happen. I will try to implement them, see how it goes.
A side note: The const keyword has one use at this time. The const keyword is used to tell the compiler that the arguments passed to an action-special or a script function are all constant, and that the compiler should use optimized instructions for the function call. BCC can figure out when all arguments are constant and select the appropriate instruction automatically, so there is no need to use the const keyword in this context.
I noticed const keyword isn't allowed. Are there any plans for inclusion of this?
The text was updated successfully, but these errors were encountered: