RosettaCodeData/Task/Colour-bars-Display/00DESCRIPTION

15 lines
345 B
Text
Raw Permalink Normal View History

2016-12-05 22:15:40 +01:00
;Task:
Display a series of vertical color bars across the width of the display.
The color bars should either use:
:::*   the system palette,   or
:::*   the sequence of colors:
::::::*   black
::::::*   red
::::::*   green
::::::*   magenta
::::::*   cyan
::::::*   yellow
::::::*   white
<br>