REBOL Programming/notify

      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]
      
      Last modified on 31 October 2012, at 15:33