This commit is contained in:
2026-04-20 21:56:30 -05:00
parent 37c27e5d0b
commit c7c605665c

View File

@@ -314,7 +314,7 @@ Assign a variable using the standard syntax: `$a = 'mystr'`
You can then use them anywhere you may use a string: `split $a`
If you variable contains a `:: destructured`, you can access individual elements with their indices: `$a.0`, `$a.1`, &c.
If your variable contains a `:: destructured`, you can access individual elements with their indices: `$a.0`, `$a.1`, &c.
There are also several commands for interactive with variables, defined below.