mirror of
https://github.com/krgamestudios/Toy.git
synced 2026-04-15 14:54:07 +10:00
Tweak
This commit is contained in:
@@ -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
|
||||||
|
|
||||||
|
|||||||
@@ -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";
|
||||||
|
|||||||
Reference in New Issue
Block a user