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.

#DEFINE

Windows Linux macOS

Syntax

#DEFINE COMMAND, name1, name2, ...
#DEFINE FUNCTION, name1, name2, ...

Description

The #DEFINE directive declares all command and function names that are not built in to VDS.

This includes all commands and functions provided by extension DLLs, as well as commands and functions written in VDS code.

Note that the '@' symbol does not form part of the function name, so a function that was used as @prime(...) would be defined as: #DEFINE FUNCTION, PRIME

Example

See a more advanced example...

See also