Rebol Programming/alert

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]