De interface van VDS Renaissance is in meerdere talen beschikbaar. De officiële documentatie wordt in het Engels onderhouden om één consistente en altijd actuele referentie te garanderen.
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.