Add variable and constant
This commit is contained in:
4
glossary/Constant.md
Normal file
4
glossary/Constant.md
Normal file
@ -0,0 +1,4 @@
|
||||
### 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.
|
||||
4
glossary/Variable.md
Normal file
4
glossary/Variable.md
Normal file
@ -0,0 +1,4 @@
|
||||
### 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.
|
||||
Reference in New Issue
Block a user