Initial commit

This commit is contained in:
JoseluCross
2017-09-17 18:28:06 +02:00
commit 92dd9181cf
14 changed files with 2021 additions and 0 deletions

12
guide.md Normal file
View File

@@ -0,0 +1,12 @@
# 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