11 lines
290 B
Markdown
11 lines
290 B
Markdown
## Work in Progress
|
|
|
|
To create a comment, begin a line with a hash (#) symbol, like python.
|
|
|
|
Create a string: `string name value bytes`
|
|
|
|
Create a boolean: `bool name value`
|
|
|
|
Create an integer: `int name value`
|
|
|
|
**Note**: A string of dynamic length can be created by setting the bytes to -1. |