Edit individual bytes of data

This commit is contained in:
2025-10-11 16:59:05 +11:00
parent ea8d651171
commit 74494711f6
3 changed files with 29 additions and 24 deletions

View File

@@ -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