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:
@@ -99,7 +99,7 @@ func importMod(realpath string, origin string, main bool) ArErr {
|
||||
return translationerr
|
||||
}
|
||||
global := scope{}
|
||||
_, runimeErr, _, _ := run(translated, stack{vars, global})
|
||||
_, runimeErr, _ := run(translated, stack{vars, global})
|
||||
if runimeErr.EXISTS {
|
||||
return runimeErr
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user