Implemented loop iterators
This commit is contained in:
@ -41,6 +41,7 @@ var Operators = [64]Operator{
|
||||
token.LogicalAnd: {"&&", 2, 2},
|
||||
token.LogicalOr: {"||", 1, 2},
|
||||
|
||||
token.Range: {"..", 0, 2},
|
||||
token.Separator: {",", 0, 2},
|
||||
|
||||
token.Assign: {"=", math.MinInt8, 2},
|
||||
|
Reference in New Issue
Block a user