Open CajunAvenger opened 2 months ago
Merged in the rest of Gen's fork so this got wrapped up in that. https://github.com/haganbmj/MagicSetEditor2/pull/96
This wasn't in Gen's fork yet: we didn't want to release it on 1 day of testing, so we only added the -> token, which just acts as := that way if a user uses mse 2.5.6 to run the code meant for the next version, it will just be feature incomplete rather than potentially crash
variable_name -> variable_definition
variable := value
will be valid and update it globally.:=
instead of->
, it would be unable to be global, but i was unable to make it work