array and linked-list: at operator
This commit is contained in:
@@ -122,6 +122,7 @@ const (
|
||||
SymKwBuiltin
|
||||
SymKwPlugin
|
||||
SymKwIn
|
||||
SymKwAt
|
||||
SymKwInclude
|
||||
SymKwMap
|
||||
SymKwFilter
|
||||
@@ -144,6 +145,7 @@ func init() {
|
||||
"BUT": SymKwBut,
|
||||
"FUNC": SymKwFunc,
|
||||
"IN": SymKwIn,
|
||||
"AT": SymKwAt,
|
||||
"INCLUDE": SymKwInclude,
|
||||
"MAP": SymKwMap,
|
||||
"CAT": SymKwCat,
|
||||
|
||||
Reference in New Issue
Block a user