Rebol Programming/alert

From Wikibooks, open books for an open world
Jump to navigation Jump to search

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]