You are on page 1of 1

Anyeli Denisse Herrera Njera

#11 MYPIV D

How to use Quick-Basic


Quick-basic is a very useful program, Quick-basic though there was a short-lived
version for Mac OS, all the people, well, most of them use QBasic (sometimes is called
like this) to improve programming structures, better graphics and disk support and a
compiler in addition to the interpreter.
The principal tools that we use was:
1. CLS: This letters need to be always at the start of
your QBasic program:
ExampleCLS
2. COLOR: This change the color of the letters, if I tell
you all the color I will never end:
ExampleCOLOR 7
3. LOCATE: This tool is used to put the location of your text:
ExampleLOCATE 5, 10
4. PRINT: Is the tool to use for put a text, also, dont forget the :
ExamplePRINT Menu
5. INPUT: It is used like in raptor, you put a question and you will answer

In the final you click on F5 then the program is finished

BIBLIOGRAPHY: Class Notes

You might also like