Rebol Programming/alert

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]