Chapter 8
Programming Hints
The
We’re sure that the computer’s designers would describe these quirks as features, because they typically solve one sort of problem
We will look at some of the problems that can occur on some typical computer systems. While we can’t cover all the problems for every computer system, we can point out some of the more common problems and solutions. With these suggestions, and your computer’s documentation, you can solve any problems you have using your computer with the
Most of the solutions that we will discuss are directed at BASIC language interpreters. This is because high level languages tend to have more problems (or is that features?) built into them. Lower level languages, like assembly language, usually give the programmer freedom to send any code to the printer (but, of course, require more programming effort to do it).
89