Skip to content

Commit e3ae357

Browse files
committed
docs
1 parent d03ac13 commit e3ae357

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

FEATURE_MATRIX.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -59,7 +59,7 @@
5959
- [x] **Autoquote before `=>`**: Autoquoting before `=>` is implemented.
6060
- [x] **Select an element from a list**: Indexing into lists is supported.
6161
- [x] **`keys`, `values` operators**: Operators for hash keys and values are implemented.
62-
- [ ] **List subscripts**: like `(stat($file))[8]`
62+
- [x] **List subscripts**: like `(stat($file))[8]`
6363
- [ ] **List assignment in scalar context**: List assignment in scalar context returns the number of elements produced by the expression on the right side of the assignment
6464
- [ ] **`$#array`**: Operator for array count is not implemented.
6565
- [x] **`scalar`**: Operator to get scalar value is not implemented.

0 commit comments

Comments
 (0)