This commit is contained in:
2022-09-11 06:27:36 +10:00
committed by GitHub
parent 7d4f90fc24
commit 3f6540d6e5
2 changed files with 4 additions and 6 deletions

View File

@@ -20,12 +20,10 @@ The host will provide all of the extensions needed on a case-by-case basis. Scri
# Getting Started # Getting Started
* [Quick Start Guide](quick-start-guide) * [Quick Start Guide](quick-start-guide)
* [Tutorials](tutorials) * ~~[Tutorials](tutorials)~~
* [Developing With Toy](developing-with-toy) * ~~[Developing With Toy](developing-with-toy)~~
* [Types](types) * [Types](types)
* [Functions](functions) * ~~[Standard Libary](standard-library)~~
* [Slice Notation](slice-notation)
* [Standard Libary](standard-library)
# Version Differences # Version Differences

View File

@@ -109,7 +109,7 @@ The `_index` function is simply used for slice notation, so it's recommended tha
## Slice Notation ## Slice Notation
When indexing a compound value, you can use slice notation to manipulate it's elements When indexing a compound value, you can use slice notation to manipulate it's elements:
``` ```
var greeting = "Hello world"; var greeting = "Hello world";