This program, clock.ex:
-- Displays time in ANALOG and/or DIGITAL format (12 or 24 hour)
-- Also displays time in words
-- It may be useful for helping teach children how to read the time

Written by Neil Kube
Any comments, suggestions, bug reports or complaints, please let me know:
-- neilkube@ozemail.com.au

--      The following keys are active in this program:
--          KEY         ACTION
--          ---         ------
--          Esc         Exits program
--          t           Puts clock into real-time mode (displays current time)
--          m           increments minute
--          h           increments hour
--          1           sets 12 hour format in digital display
--          2           sets 24 hour format

I didn't put any instructions or help on screen - it would tend to distract
any children using it in its educational role, I think. I think that there
are few enough controls to be able to remember them fairly easily.

If you don't like the colours, they are easily changed by changing the value
of the appropriate constant near the top of the program.

