redefine_local_constant.gd 98 B

12345
  1. func test():
  2. const TEST = 25
  3. # Error here (can't assign a new value to a constant).
  4. TEST = 50