PREV INDEX NEXT

Author: Stan Eisenstat
Subject: Re: [Cs323] When to exit program
Date: Thursday, 15 Oct 2020, 09:06:15


    > Message Posted By: Unknown
    >
    > When should we exit the program, i.e. stop reading new lines? Or is the
    > loop for reading newlines an infinite loop (while True) and should the
    > program run until we exit it forcefully like through control+c?

mcBash exits gracefully when it detects an EOF on stdin.

--Stan-
PREV INDEX NEXT