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.

ARGUMENTSEdit

  • str -- (Type: any)

SOURCE CODEEdit

alert: func [{Flashes an alert message to the user. Waits for a user response.} str][request/ok/type str 'alert]