Sha256: c2edf96018f99dbaef2431e0b5fc07e8737ddde64816176b4958b05c07a5a172

Contents?: true

Size: 660 Bytes

Versions: 22

Compression:

Stored size: 660 Bytes

Contents

ALERT VERB
  NAME: alert
  SHORTCUT: !

  DESCRIPTION
    Show a pop-up notification.
    This has only been implemented for the Mac OS X as of yet.

  SYNTAX
    alert <messsage>

  PARAMETERS
    messsage - The message that will be displayed in the alert.

  RESULT
    On the Mac, a notification will popup on screen.
    <it> will be set to the message.

  ERRORS
    Missing Expression!
      - No expression is provided as parameter to the verb.
    Expression evaluated with no result!
      - Expression is provided but evaluates to nil.

  EXAMPLE

    > create s as string : "boo"
    > alert s

    > alert "important message!"

  SEE ALSO
    show

Version data entries

22 entries across 22 versions & 2 rubygems

Version Path
gloo-lang-1.0.2 lib/gloo_lang/help/verbs/alert.txt
gloo-1.0.0 lib/gloo/help/verbs/alert.txt
gloo-lang-1.0.1 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-1.0.0 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.11 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.10 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.9 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.8 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.7 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.6 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.5 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.4 lib/gloo_lang/help/verbs/alert.txt
gloo-lang-0.9.3 lib/gloo_lang/help/verbs/alert.txt
gloo-0.8.0 lib/gloo/help/verbs/alert.txt
gloo-0.7.7 lib/gloo/help/verbs/alert.txt
gloo-0.7.6 lib/gloo/help/verbs/alert.txt
gloo-0.7.5 lib/gloo/help/verbs/alert.txt
gloo-0.7.4 lib/gloo/help/verbs/alert.txt
gloo-0.7.3 lib/gloo/help/verbs/alert.txt
gloo-0.7.2 lib/gloo/help/verbs/alert.txt