mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
fix create map
This commit is contained in:
@@ -46,7 +46,7 @@ func runCreateMap(m createMap, stack stack, stacklevel int) (any, ArErr) {
|
|||||||
}
|
}
|
||||||
newmap[keyVal] = valVal
|
newmap[keyVal] = valVal
|
||||||
}
|
}
|
||||||
return newmap, ArErr{}
|
return Map(newmap), ArErr{}
|
||||||
}
|
}
|
||||||
|
|
||||||
func parseMap(code UNPARSEcode, index int, codelines []UNPARSEcode) (any, bool, ArErr, int) {
|
func parseMap(code UNPARSEcode, index int, codelines []UNPARSEcode) (any, bool, ArErr, int) {
|
||||||
|
|||||||
Reference in New Issue
Block a user