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