Die Oberfläche von VDS Renaissance ist in mehreren Sprachen verfügbar. Die offizielle Dokumentation wird auf Englisch gepflegt, um eine einheitliche, konsistente und stets aktuelle Referenz zu gewährleisten.

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