32. COLOURS

*------------------------------------------------------------------------------
* NAME          COLOURS
*------------------------------------------------------------------------------
* DEPENDENCY    None
* PURPOSE       Define names for the various QDOSMSQ colours
* DESCRIPTION   Not really a subroutine, but a set of equates which define
*               meaningful names for the 8 colours available on a 'standard'
*               QDOSMSQ machine.
* INPUTS :      None
* OUTPUTS :     None
*------------------------------------------------------------------------------
black           equ     0
blue            equ     1
red             equ     2
magenta         equ     3
green           equ     4
cyan            equ     5
yellow          equ     6
white           equ     7