All the so called constants will be real constants. const will be the same as var except it will take a constant value after the variable name. This only affects the = operation as builtins can still change constants if they don’t check, however none of the builtin API will do so, so they will effectively be constant.
I will be adding constants
Comments
One response to “I will be adding constants”
-
Also all labels and functions will be constant so you can’t change them accidentally by a typo

Leave a Reply to tremblin Cancel reply