Show_message - hpgDesigns/hpgdesigns-dev.io GitHub Wiki

Notation

Description

Displays a simple message box with the given message.

Parameters

  • str: The message to be displayed in the dialog box.

Return Values

N/A

Example Call

show_message("Hello, World!");