1 <p> The value returned by readLine is discarded after checking to see if the return
2 value is non-null. In almost all situations, if the result is non-null, you will want
3 to use that non-null value. Calling readLine again will give you a different line.</p>