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

REM

Windows Linux macOS

Syntax

REM <text>

Description

REM is a pseudo-command used to insert comment text in your script. Comment text may also start with a '#' character.

OK

Unchanged.

Example

REM This bit of code does something interesting
# So does this bit