< Rebol Programming

USAGE:

ALERT str 

DESCRIPTION:

Flashes an alert message to the user. Waits for a user response.

ALERT is a function value.

ARGUMENTS

  • str -- (Type: any)

SOURCE CODE

alert: func [{Flashes an alert message to the user. Waits for a user response.} str][request/ok/type str 'alert]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.