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