Semantics | Value | Location | Example |
Name | Does not change | Does not change | Symbolic Constants |
Value | Changeable | Does not change | C++ Variable |
Pointer | Changeable | Changeable, Points to assigned location | C++ Pointer |
Pointer | Changeable | Changeable, Copies assigned location | LISP Variable |