mirror of
https://gitlab.com/CodeSolutionsProject/CodeGuide
synced 2026-02-14 00:51:35 +01:00
12 lines
219 B
Markdown
12 lines
219 B
Markdown
# Variables
|
|
|
|
## Declare and set variable
|
|
- First line, declare. Second line, set. Third, declare and set.
|
|
. variable
|
|
|
|
## Declare and set constant
|
|
- Same
|
|
. constant
|
|
|
|
## Set array and show position 1 of that array
|
|
. array |