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

#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