Miscellaneous
messagebox
Shows a Windows message box with text, caption, and numeric flags, then returns the integer result code.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Shows a Windows message box with text, caption, and numeric flags, then returns the integer result code.
messagebox(text: string, caption: string, flags: number): integer
local result = messagebox("Real is ready.", "Real", 0)
print(result)