Skip to content

Commit ef68406

Browse files
authored
Update arrays.md to remove outdated warning (#127)
1 parent 54959a3 commit ef68406

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

docs/0.6.0-alpha/basic_syntax/arrays.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,6 @@ echo groceries[1]
2424
// Outputs: banana
2525
```
2626

27-
> WARNING: As of right now (Amber alpha) the subscript syntax does not work with expressions. This means that we can't evaluate expressions like `foo()[0]` yet.
28-
2927
We can also _echo_ an entire array:
3028

3129
```ab

0 commit comments

Comments
 (0)