A useful function for the Commodore 64 would be a method of seeing at a glance the difference between screen prompts and data input by the user. While colours can be used to do this, a more visually effective way is to use reverse text. This can be done simply by including POKE 199,1 before an INPUT statement as in the example below.
The reverse text is automatically cancelled by the return following the input of data.