Const Godot GDScript

const neverChanges = 100
neverChanges = 99 # throws an error
Crazy Caracal