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