Set variables to inputs

This commit is contained in:
2025-10-20 10:38:15 +11:00
parent 0710369871
commit 1ceecbb99e
5 changed files with 29 additions and 12 deletions

View File

@@ -9,6 +9,8 @@ Creates the variable "var" with a set number of bytes allocated to it, and initi
Example: `create var bool 1 true`
To set a variable to an input byte, use: `create var string 1 i[idx]`.
## print var
Prints the value of `var` to the console, where `var` is a variable.