{ WAIT
{
{      The purpose of this procedure is to provide a means by which
{ a CYBIL procedure can relinquish use of the CPU for a specified
{ number of milliseconds.
{
{      WAIT (MILLISECONDS)
{
{ MILLISECONDS: (input) This parameter specifies the length of time,
{               in milliseconds, during which CPU use is to be re-
{               linquished by the calling procedure.
{

 PROCEDURE[XREF] wait (
   milliseconds: 0..0ffffffff(16));
