fix not equal

This commit is contained in:
2023-06-22 23:31:37 +01:00
parent ef951afab5
commit 9b3f3d1555
8 changed files with 113 additions and 14 deletions

View File

@@ -44,7 +44,7 @@ func runCreateMap(m createMap, stack stack, stacklevel int) (any, ArErr) {
true,
}
}
newmap[key] = valVal
newmap[keyVal] = valVal
}
return newmap, ArErr{}
}