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
{{ message }}
This repository has been archived by the owner on Oct 8, 2022. It is now read-only.
Arrays currectly do not support index an inner array. And are a little weird.
Add the feature to support indexing inner arrays.
Ex: Eql: $var | $arr#3#2
Possible redesign: $arr[1][2]*
*This could broke block calls.
The text was updated successfully, but these errors were encountered:
Arrays currectly do not support index an inner array. And are a little weird.
Add the feature to support indexing inner arrays.
Ex:
Eql: $var | $arr#3#2
Possible redesign:
$arr[1][2]
**This could broke block calls.
The text was updated successfully, but these errors were encountered: