GEMINI’S FULL RANGE OF
PRINTING CAPABILITIES
This chapter builds on the foundation of Chapters 5 and 6 and demonstrates how you can put Gemini to work for you.
As with the other chapters, this one presents programs written in Microsoft BASIC for the
This chapter begins with a discussion of using Gemini’s expanded character set. The middle of this chapter considers low- resolution graphics, with sample programs. Chapter 7 concludes with some tips on producing
FOREIGN LANGUAGE CHARACTERS
Gemini can converse in the English language, as well as in most of the Romantic languages (French, Spanish, Italian, German, etc.). By the way, the “Romantic” languages are
i Some Characters for French
E
Consider, the following characters and their ASCII code equivalents:
. | \ | , |
CHF&!33) CHR:(219) CHRe$(221) CHR;(220) CHRi(194)
To incorporate these characters, you can follow the same patterns you’ve already learned for using BASIC.
99