Example TEST
Gosub SUBROUTINE
Procedure TEST
 Print "HELLO WORLD"
End Proc

SUBROUTINE:
 Print "Doesn't work"
Return


Thanks, added to the bug -tracker. (Y)