Sha256: ff84beb2b001fc1d5bdb8a1c6402f04b055a2adaf4c98a9fdc6280145ad07386

Contents?: true

Size: 598 Bytes

Versions: 22

Compression:

Stored size: 598 Bytes

Contents

COLOR

  DESCRIPTION
    The following colors can be used by the show verb to display
    colored text:

      red
      blue
      green
      white
      black
      yellow

    The color names are considered as virtual objects but may
    also be referenced in variables.  See the example below.

  EXAMPLE
    Here are some examples of expression usage:

      #
      # Show multiple messages in color
      #
      colors [can] :
        var [string] : red
      	on_load [script] :
      		show "red" (colors.var)
      		show "blue" (blue)
      		show "green" (green)

  SEE ALSO
    show

Version data entries

22 entries across 22 versions & 2 rubygems

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