Skip to content
This repository has been archived by the owner on Nov 6, 2023. It is now read-only.

Patch up globals #6

Open
Bravotic opened this issue Mar 23, 2022 · 0 comments
Open

Patch up globals #6

Bravotic opened this issue Mar 23, 2022 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@Bravotic
Copy link
Member

Currently, assignment operations with globals is weird, particularly:

  • GLOBAL += number seems to be broken
  • GLOBAL[index] = value seems to override the value of GLOBAL with value
  • variable = GLOBAL[index + value] seems to evaluate to the whole statement being a global value and doesn't filter out the array

Overall, a rework of the global system is in order, and has been for quite a while now.

@Bravotic Bravotic added the bug Something isn't working label Mar 23, 2022
@Bravotic Bravotic self-assigned this Mar 23, 2022
@Bravotic Bravotic added this to the Blæst Version 0.3 milestone Mar 31, 2022
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

1 participant