2025-10-24 20:32:51 +11:00
|
|
|
## Work in Progress
|
2025-10-06 10:50:14 +11:00
|
|
|
|
2025-10-24 20:32:51 +11:00
|
|
|
To create a comment, begin a line with a hash (#) symbol, like python.
|
2025-10-06 12:52:38 +11:00
|
|
|
|
2025-10-24 20:32:51 +11:00
|
|
|
Create a string: `string name value bytes`
|
2025-10-20 10:38:15 +11:00
|
|
|
|
2025-10-24 20:32:51 +11:00
|
|
|
Create a boolean: `bool name value`
|
2025-10-06 12:52:38 +11:00
|
|
|
|
2025-10-24 20:32:51 +11:00
|
|
|
Create an integer: `int name value`
|
2025-10-06 18:33:53 +11:00
|
|
|
|
2025-10-24 20:32:51 +11:00
|
|
|
**Note**: A string of dynamic length can be created by setting the bytes to -1.
|