VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。

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.