Files
CodeGuide/guide.md
2017-09-17 18:28:06 +02:00

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