I will be adding constants

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.

Comments

One response to “I will be adding constants”

  1. tremblin Avatar
    tremblin

    Also all labels and functions will be constant so you can’t change them accidentally by a typo

Leave a Reply

Your email address will not be published. Required fields are marked *