Goto Does Not Get To Label
What could possibly be happening here? I have this code and it does not work
;line 593
SomeLabel:
!if ${IS_DEBUG} == 1
MessageBox MB_OK \
"Going to SomeLineFurtherDown after SomeLabel"
!endif
Goto SomeLineFurtherDown
; Lots of stuff deleted in between
SomeLineFurtherDown:
;line 673
My jumps work everywhere else in the code except here (as does my
debug code). I'm using Venis IX editor 2.2.5.