Edit individual bytes of data
This commit is contained in:
@@ -17,7 +17,11 @@ Example: `print var`
|
||||
|
||||
Changes the value of an already created value.
|
||||
|
||||
Example: `set var = "World"`
|
||||
Examples:
|
||||
```
|
||||
set var = "World"
|
||||
set var[0] = "w"
|
||||
```
|
||||
|
||||
## input var *bytes = type *ibytes
|
||||
|
||||
|
||||
Reference in New Issue
Block a user