We recommend using the course library with your programs.  It has a simpler
interface than the Inmos libraries.  This can be included by including the 
following lines at the top of your program:

  #INCLUDE "consts.inc"
  #USE "course.lib"

and needs to be compiled in using:

  kroc prog.occ -lcourse

It includes simple terminal I/O: cursor positioning, string and number input
and output, a random number generator etc.  See the course/ directory in the
release for source and demonstrations.
