Need code to interrupt a command line wait in order for the program to prod the user with a generated request for more information about something it knows a little about.
This could be a timer that after expiration and the user didn't type something, take control back from command line input and generate a question, i.e. A dog can be brown but can it be black?
Need code to interrupt a command line wait in order for the program to prod the user with a generated request for more information about something it knows a little about.
This could be a timer that after expiration and the user didn't type something, take control back from command line input and generate a question, i.e. A dog can be brown but can it be black?