Variable

1 revision
#11 week ago
+6
Migrated from pages table
+A **variable** is a symbolic name given to a value, a placeholder that can hold different data. It allows [Programs](/wiki/program) and [Equations](/wiki/equation) to work with values that may change, making systems dynamic.
+## See also
+- [Data Type](/wiki/data_type)
+- [Constant](/wiki/constant)
+- [Scope](/wiki/scope)
... 1 more lines