15 lines
345 B
Plaintext
15 lines
345 B
Plaintext
;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>
|