Booli command

This commit is contained in:
2025-11-06 16:56:21 +11:00
parent bb635f1e94
commit 6105f8080d
3 changed files with 6 additions and 14 deletions

View File

@@ -6,6 +6,8 @@ Create a string: `string name value bytes`
Create a boolean: `bool name value`
Create a boolean from input byte: `booli name byte`
Create an integer: `int name value`
**Note**: A string of dynamic length can be created by setting the bytes to -1.