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

"if static_label" in struct returns invalid label name #315

Open
Ladida4842 opened this issue May 6, 2024 · 0 comments
Open

"if static_label" in struct returns invalid label name #315

Ladida4842 opened this issue May 6, 2024 · 0 comments

Comments

@Ladida4842
Copy link

!rb as2
e = 1
struct aaaaa
if e
endif
endstruct

this returns:

Errors occurred while assembling.
<input>:4: error: (Einvalid_label_name): Invalid label name.
    in block: [if e]

given that static labels are supposed to work as "constants" this makes it a bit inconvenient

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant