Rebol Programming/notify
Appearance
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]