mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix not equal
This commit is contained in:
@@ -44,7 +44,7 @@ func runCreateMap(m createMap, stack stack, stacklevel int) (any, ArErr) {
|
||||
true,
|
||||
}
|
||||
}
|
||||
newmap[key] = valVal
|
||||
newmap[keyVal] = valVal
|
||||
}
|
||||
return newmap, ArErr{}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user