Is there any way to simulate a goto statement in GDScript? I have some pure c sources of game logic, which is decompiled from pure asm to c, full of goto statements, and is near-to-impossible to fold back to switch/if/else. If not now, maybe a future plans of GDScript?