<b><u>REPEAT</u></b>
   wait for a character;
   save the recived character to a buffer;
   count another received character;
<b><u>UNTIL</u></b> <b><u>EITHER</u></b> chr$(13) is received <b><u>OR</u></b> the buffer is full;