Skip to content

Commit

Permalink
Quick doc fix
Browse files Browse the repository at this point in the history
  • Loading branch information
spacebanana420 committed Jul 27, 2024
1 parent a69c351 commit b4a009f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/variables.md
Original file line number Diff line number Diff line change
Expand Up @@ -123,7 +123,7 @@ The value is determined by the user at runtime, but the name of the variable mus

## Arrays

With the instructions `array`, `arradd` and `arrget`, you can declare arrays as a container to multiple elements of integer or string value:
With the instructions `array`, `arradd`, `arrget`, `arreplace` you can declare arrays as a container to multiple elements of integer or string value:

```
//Create a new array or replace if one named "info" already exists
Expand Down

0 comments on commit b4a009f

Please sign in to comment.