Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

implement FOR macro symbol concatenation #65

Open
bobertlo opened this issue Nov 17, 2024 · 0 comments
Open

implement FOR macro symbol concatenation #65

bobertlo opened this issue Nov 17, 2024 · 0 comments
Labels
compliance enhancement New feature or request

Comments

@bobertlo
Copy link
Owner

In other simulators, you can append the count variable onto labels and references defined inside the loop. Without this feature labels are not able to be used inside loops with more than one iteration because they will create duplicate symbols.

For example, the symbol start&i would be expanded to start01, start02, and so on.

See versions of Impfinity for an example in a real warrior.

@bobertlo bobertlo added enhancement New feature or request compliance labels Nov 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
compliance enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant