
*******************************************************************************
*
* +---------------+
* | DEUTSCHE INFO |
* +---------------+
*
* Happy V1.0 - QBasic-Programm mit integriertem englischem Grafik-Tutorial
* ============================================================================
* von Nic Fouhy
* Sehr grndlich kommentiertes BAS-Programm, das einen kleinen Smiley mit den
* Befehlen DRAW, PSET und DATA erstellz und dann mit BSAVE/ BLOAD abspeichert
*  und wieder ldt. Sehr lehrreich fr Einsteiger in die Grafik-Programmierung!
*
*------------------------------------------------------------------------------
*
* +---------------+
* | ENGLISH  INFO |
* +---------------+
*
* Happy V1.0 - QBasic program with integrated graphics tutorial
* =============================================================================
* by Nic Fouhy
* An extremely commented .BAS file, it shows 3  different ways of "doing"
* graphics in QBasic - with the DRAW, PSET and DATA commands. Afterwards a
* grahics element is saved and restored via the BSAVE and BELOAD commands.
* This programm is ideally suited for QBasic beginners and explains clearly what
* is happening. 
*                       
*------------------------------------------------------------------------------
*
* (c) Thomas Antoni, 16.10.2000 
*       Mailto:thomas@antonis.de
*       http://www.antonis.de   --==-- The Hottest QBasic Stuff on Earth !!!
*
*
******************************************************************************








