Files
30-seconds-of-code/glossary/Variable.md
2019-08-13 11:19:29 +03:00

8 lines
226 B
Markdown

---
title: Variable
tags: Variable
---
A variable is a storage location, associated with an identifier and containing a value.
The value of a variable can be referred using the identifier and can be altered during execution.