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