Rebol Programming/notify

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

USAGE:

[edit | edit source]
NOTIFY str 

DESCRIPTION:

[edit | edit source]

Flashes an informational message to the user. Waits for a user response.

NOTIFY is a function value.

ARGUMENTS:

[edit | edit source]
  • str -- (Type: any)

SOURCE CODE

[edit | edit source]
notify: func [{Flashes an informational message to the user. Waits for a user response.} str][request/ok/type str 'info]