< Rebol Programming
USAGE:
NOTIFY str
DESCRIPTION:
Flashes an informational message to the user. Waits for a user response.
NOTIFY is a function value.
ARGUMENTS:
- str -- (Type: any)
SOURCE CODE
notify: func [{Flashes an informational message to the user. Waits for a user response.} str][request/ok/type str 'info]
This article is issued from Wikibooks. The text is licensed under Creative Commons - Attribution - Sharealike. Additional terms may apply for the media files.