I came across the sample code from Rentron. I am brand new to PICBasic. What does the 10 & 13 mean in the following:

DEBUG "Temperature is: ",DEC temp," Deg F",10,13

Also, I want to store the temp in a register so that I can then write some kind of If-else code to compare it to certain ranges, and output it to a respective LED.

Thanks for the help.

Frank