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

8 lines
195 B
Markdown

---
title: Constant
tags: Constant
---
A constant is a value, associated with an identifier.
The value of a constant can be accessed using the identifier and cannot be altered during execution.