A kind of goto?

Hi,

Is there a instruction to tell sonic pi “hey, go to the line 80, right now” not to play all the code between the start and the line number 80 ?
of course we can comment / uncomment these lines ?
Thanks

Urgh…

I think I last used goto about 50 years ago, when writing
code for the ZX81 and Spectrum.

Eli…

1 Like

40 years for myself with basic :grinning:.

There is no GOTO, sorry. The closest you can get to a jump operation is a function call.

Yep I use this method and will keep on :slight_smile:

1 Like