mirror of
https://github.com/wren-lang/wren.git
synced 2026-01-11 14:18:42 +01:00
Hack on the docs a bit.
This commit is contained in:
@ -83,7 +83,7 @@ it `b`".
|
||||
|
||||
Most of these are probably familiar already. The `..` and `...` operators are
|
||||
"range" operators. The number type implements those and returns a range object,
|
||||
which can in turn be iterated over using a [`for`](loops.html) loop.
|
||||
which can in turn be iterated over using a `for` [loop](looping.html).
|
||||
|
||||
## Subscript operators
|
||||
|
||||
|
||||
Reference in New Issue
Block a user