You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: FEATURE_MATRIX.md
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -59,7 +59,7 @@
59
59
-[x]**Autoquote before `=>`**: Autoquoting before `=>` is implemented.
60
60
-[x]**Select an element from a list**: Indexing into lists is supported.
61
61
-[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]`
63
63
-[ ]**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
64
64
-[ ]**`$#array`**: Operator for array count is not implemented.
65
65
-[x]**`scalar`**: Operator to get scalar value is not implemented.
0 commit comments