I want to declare an array of \"jumplabels\".
Then I want to jump to a \"jumplabel\" in this array.
But I have not any idea how to do this.
It should
could you use function pointers instead of goto?
That way you can create an array of functions to call and call the appropriate one.