Rebol Programming/alert
Appearance
USAGE:
[edit | edit source]ALERT str
DESCRIPTION:
[edit | edit source]Flashes an alert message to the user. Waits for a user response.
ALERT is a function value.
ARGUMENTS
[edit | edit source]- str -- (Type: any)
SOURCE CODE
[edit | edit source]alert: func [{Flashes an alert message to the user. Waits for a user response.} str][request/ok/type str 'alert]