VDS Renaissance 的界面提供多种语言。官方文档以英语维护,以确保提供统一、一致且始终最新的参考。
@ASK
Windows ✓Linux ✓macOS ⏳
Syntax
@ASK(<string>)
Description
This function displays a dialog box containing a question mark icon, the message <string>, and buttons for Yes and No. The value 1 (true) is returned if the user responds Yes; otherwise the function returns null (false).
OK
Unchanged.
Example
IF @ASK(Do you want to continue?)
# Do something useful
END