La interfaz de VDS Renaissance está disponible en varios idiomas. La documentación oficial se mantiene en inglés para garantizar una referencia única, coherente y siempre actualizada.
Labels
Labels are used as the target of GOTO and GOSUB commands, and also to start user-defined commands and functions. They begin in the first character position of a line with a colon, and are followed by the label name.
This is an example of a label:
:LABEL
Labels, GOTO and GOSUB commands are used to change the order of execution of script commands.