REBOL Programming/alert
From Wikibooks, open books for an open world
Contents |
USAGE: [edit]
ALERT str
DESCRIPTION: [edit]
Flashes an alert message to the user. Waits for a user response.
ALERT is a function value.
ARGUMENTS [edit]
- str -- (Type: any)
SOURCE CODE [edit]
alert: func [{Flashes an alert message to the user. Waits for a user response.} str][request/ok/type str 'alert]
This page may need to be