RosettaCodeData/Task/Colour-bars-Display/00-TASK.txt
2023-07-01 13:44:08 -04:00

16 lines
369 B
Text

;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
::::::*   blue
::::::*   magenta
::::::*   cyan
::::::*   yellow
::::::*   white
<br>