Rebol Programming/notify
USAGE:Edit
NOTIFY str
DESCRIPTION:Edit
Flashes an informational message to the user. Waits for a user response.
NOTIFY is a function value.
ARGUMENTS:Edit
- str -- (Type: any)
SOURCE CODEEdit
notify: func [{Flashes an informational message to the user. Waits for a user response.} str][request/ok/type str 'info]