You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.
Currently, assignment operations with globals is weird, particularly:
GLOBAL += number
seems to be brokenGLOBAL[index] = value
seems to override the value ofGLOBAL
withvalue
variable = GLOBAL[index + value]
seems to evaluate to the whole statement being a global value and doesn't filter out the arrayOverall, a rework of the global system is in order, and has been for quite a while now.
The text was updated successfully, but these errors were encountered: