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.
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