RPGHacker / asar

(Now) official repository of the SNES assembler Asar, originally created by Alcaro
Other
199 stars 42 forks source link

petition to ban if+endwhile #269

Closed Alcaro closed 7 months ago

Alcaro commented 1 year ago

\ !rb as2 if 1 endwhile \ (no output) \ !rb as3 if 1 endwhile \ (no output)

ಠ_ಠ

jeffythedragonslayer commented 1 year ago

I can't even find "endwhile" in the documentation, but yeah I agree this should emit a syntax error.

randomdude999 commented 7 months ago

\ !rb as2 if 1 endwhile \ Errors occurred while assembling. \: error: (Eunclosed_if): Unclosed if statement. \:3: error: (Emisplaced_endif): Misplaced endif. in block: [endwhile]

close enough i guess