I know in different languages you can type in
something:
and set it as a label, then later on in the code you can type in
goto something;
And the code runs everything after that label. How would I put this in the code in processing??
1