Serial Method/Function To Wait/Read Multiple Character Input?

Okay! I appreciate all the help! Absolutely not anywhere near my goal yet, but I have another question:
How do I check (from the arduino end) when a carriage return occurs.
if(serial.read()==13) ? (As per decimal conversion of ASCII)?

I really really really appreciate it! I am absolutely new.