To see a few combinations, remove line 90 from the master prog- ram. (In MBASIC simply type 90 and press RETURN to delete the line.) Now run the program once and enter “E” and “emphasized” in response to the questions on the screen. This will give you the same results as the first time you ran the program, but it will leave the printer in emphasized mode so that you can add another mode. Then run the program again (without turning off the printer). The second time enter “W1” and “emphasized expanded.”
Your printout should be in the typestyle below, showing that the two modes combine with no trouble. You can experiment with other combinations if you wish or you can wait for the section later in this chapter that explains a special ESCape code, Master Select, which allows you to combine as many as seven features with one ESCape code.
When you are through trying combinations, be sure to replace line 90 in the master program so that you can again try one feature at a time.
Italic ModeYou may occasionally want to print italic words for emphasis, titles, or other uses. The
45