RPGHacker/asar

"if static_label" in struct returns invalid label name

Opened this issue · 0 comments

!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