mirror of
https://github.com/tiennm99/godot.git
synced 2026-08-03 12:23:47 +00:00
Pass the calculated index from the stack and use the same to get and set the value. This avoids a function with side effects being evaluated twice when using indexing in an assignment with operation statement (e.g. a[function()] += 1).