I’m in the process of upgrading a legacy VB program and I found this

10:
    For x as integer = 1 to whatever
      if x = 1 then goto 20
      dosomethingelse
20: Next```
I’m gonna use this more often, it’s cool.