L’interface de VDS Renaissance est disponible en plusieurs langues. La documentation officielle est maintenue en anglais afin de garantir une référence unique, cohérente et toujours à jour.
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.