User Tools

Site Tools


pt:goto

Goto

Formato

goto marcador

Description

Faz saltar a execussão para o marcador indicado.

See Also

Exemplo

print "I";
goto skipit
print " don't";
skipit: #
print " want cookies."

imprime

I want cookies.

Notas

As of version 0.9.9.2 Goto, Gosub, and labels can not be used in Function and Subroutine definitions.

pt/goto.txt · Last modified: 2020/02/28 10:46 (external edit)