> I would like to display a reading at the command line, for example a > temperature such as 35C. When the value changes I would like the new > value to appear where the old one was rather then this: io.write(temp,"\r"); io.flush()