Sostituzione di goto in ai

In AI, who replaces the GOTO? Can anyone post an example? Thanks.strong text

In java coding, there is no goto command (goto is generally frowned upon by most programmers...)

Instead it is more likely that a programmer would use if conditional statements and break, or try/catch in their coding.

For Appinventor:

image

Also look in the Control section in the Blocks Editor for other program control blocks

image

You make me return in time to the 80s when i use Basic for the ZX Spectrum. :smiley:

1 Like