Recognizing new line
I've got a fairly complex calculator that prints output when the user inputs ";" (and hits enter.) What I'm trying to do now is allow the user to print output when they hit enter, (without use of semicolon.) I need to know how I can implement this. Side note: The calculator uses tokenization to read user input This is part of the calcu...