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