A keyword that can be used to change the value of a variable while the program is running.
The syntax for this is set name = value. The set is the keyword, name is the name of the variable to be changed, and the value is what it should be changed to.
This is called assignment.