mirror of
https://github.com/Open-Argon/argon-v3.git
synced 2025-12-06 08:56:07 +00:00
rewrite variable.go to allow indexed asignment
This commit is contained in:
@@ -16,6 +16,8 @@ func typeof(val any) string {
|
||||
return "function"
|
||||
case ArMap:
|
||||
return "map"
|
||||
case accessVariable:
|
||||
return "variable"
|
||||
}
|
||||
return "unknown"
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user