Describe the bug
macro.return is being tagged as not assigned yet. Which it is, but in another macro, as designed.

Expected behavior
Since macro.return is a special variable, that is usually set in one macro and read in another, it should not be tagged as not assigned.
Desktop (please complete the following information):
- OS: Windows 11
- Browser: Chrome
- Version: 129
Additional context
This is the 1.0.0-alpha1 release.
Describe the bug
macro.returnis being tagged as not assigned yet. Which it is, but in another macro, as designed.Expected behavior
Since
macro.returnis a special variable, that is usually set in one macro and read in another, it should not be tagged as not assigned.Desktop (please complete the following information):
Additional context
This is the 1.0.0-alpha1 release.