asar icon indicating copy to clipboard operation
asar copied to clipboard

"if static_label" in struct returns invalid label name

Open Ladida4842 opened this issue 1 year ago • 0 comments
trafficstars

!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

Ladida4842 avatar May 06 '24 21:05 Ladida4842