Preview
JS
window.dataLayer = window.dataLayer || [];
    function gtag(){dataLayer.push(arguments);}
    gtag('js', new Date());
    gtag('config', 'UA-60594322-1');
var gaProperty='UA-60594322-1';var disableStr='ga-disable-'+gaProperty;if(document.cookie.indexOf(disableStr+'=true')>-1){window[disableStr]=true;}function dntChk(){var DoNotTrackFlag=navigator.doNotTrack=="yes"||navigator.doNotTrack=="1"||navigator.msDoNotTrack=="1";var nojs=document.getElementById("nojs");var dntyes=document.getElementById("dnt-act");var dntno=document.getElementById("dnt-deact");nojs.style.display="none";dntno.style.display="block";if(DoNotTrackFlag){dntyes.style.display="block";dntno.style.display="none";}else{dntyes.style.display="none";dntno.style.display="block";}}function gaOptoutChk(){if(document.cookie.indexOf(disableStr+'=true')>-1){document.getElementById("ga-txt").innerHTML="Google Analytics disabled. Your data won't be collected.";document.getElementById("ga-chk").checked=false;}else{document.getElementById("ga-txt").innerHTML="Google Analytics enabled. Your data will be collected.";document.getElementById("ga-chk").checked=true;}}function gaOptout(){if(document.cookie.indexOf(disableStr+'=true')>-1){document.cookie=disableStr+'=true; expires=Thu, 31 Dec 1970 23:59:59 UTC; path=/';window[disableStr]=false;}else{document.cookie=disableStr+'=true; expires=Thu, 31 Dec 2099 23:59:59 UTC; path=/';window[disableStr]=true;}gaOptoutChk()}(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){(i[r].q=i[r].q||[]).push(arguments)},i[r].l=1*new Date();a=s.createElement(o),m=s.getElementsByTagName(o)[0];a.async=1;a.src=g;m.parentNode.insertBefore(a,m)})(window,document,'script','//www.google-analytics.com/analytics.js','ga');ga('create','UA-60594322-1','auto');ga('set','anonymizeIp',true);ga('send','pageview');
(adsbygoogle = window.adsbygoogle || []).push({});
(adsbygoogle = window.adsbygoogle || []).push({});
const button = document.querySelector("#back2top");
    BACK2TOP(button, 200);
CSS
HTML
<!doctype html>
<html lang="en">
<head prefix="og: https://ogp.me/ns#">
<meta charset="utf-8">

<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta name="robots" content="index,follow">
<meta name="description" content="QBasic is an excellent introduction in programming. Best way is to start with a lightweight programming language and a simple compiler.">
<meta name="last-modified" content="1754676117">
<link rel="preload" as="font" href="https://qbasic.net/fonts/bootstrap-icons.woff2?c854a5002473f6d8ed92f072a6e878d1" type="font/woff2" crossorigin="anonymous">
<link rel="shortcut icon" href="https://qbasic.net/favicon.ico">
<link rel="apple-touch-icon" sizes="180x180" href="https://qbasic.net/apple-touch-icon.png">
<link rel="icon" type="image/png" sizes="32x32" href="https://qbasic.net/favicon-32x32.png">
<link rel="icon" type="image/png" sizes="16x16" href="https://qbasic.net/favicon-16x16.png">
<link rel="manifest" href="https://qbasic.net/site.webmanifest" crossorigin="use-credentials">
<link rel="mask-icon" href="https://qbasic.net/safari-pinned-tab.svg" color="#5bbad5">
<meta name="msapplication-TileColor" content="#a5adad">
<meta name="theme-color" content="#ffffff">
<link rel="canonical" href="https://qbasic.net/">
<link rel="alternate" href="https://qbasic.net/de/" hreflang="de">
<link rel="alternate" href="https://qbasic.net/" hreflang="en">
<link rel="alternate" href="https://qbasic.net/" hreflang="x-default">
<script src="https://cdnjs.cloudflare.com/ajax/libs/jquery/3.6.0/jquery.min.js" integrity="sha512-894YE6QWD5I59HgZOGReFYm4dnWc1Qt5NtvYSaNcOP+u1T9qYdvdihz0PPSiiqn/+/3e7Jo4EaG7TubfWGUrMQ==" crossorigin="anonymous" referrerpolicy="no-referrer"></script>
<script src="https://qbasic.net/scripts/js/bundle.min.js?9ce80fe95e573cbd3f23dbd8e654c6f3"></script>
<link rel="stylesheet" href="https://qbasic.net/scripts/css/qbc_main.css?49a189a2075bd540c95adea6a3742a51">
<script data-ad-client="ca-pub-6656675009299998" async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js"></script>
<script async src="https://www.googletagmanager.com/gtag/js?id=UA-60594322-1"></script>

<meta name="google-site-verification" content="O5d5Ig6yhfjcG0dfrHPLyJ6oM-QCZmaJGW8BwcDZD7E">
</head>
<body>
<aside class="fixed-bottom card text-center rounded-5 shadow my-3 mx-auto" id="CookieConsentBox">
    <section class="card-body">
     <h5 class="card-title text-warning">Cookie Consent</h5>
     <p class="text-light">This website uses cookies to ensure you get<br>the best experience on our website. <a href="https://qbasic.net/en/general/legal-notice.htm#cookie" class="link-info">Learn more ... &#128279;</a></p>
    </section>
    <footer class="card-footer mb-2">
     <button type="button" class="btn btn-outline-warning" onclick="closeCookieBox()">Close</button>
     <button type="button" class="btn btn-warning" onclick="setCookie('cookieconsent','agreed','365')">Got it!</button>
    </footer>
</aside>
<header class="container fixed-top mt-3">
    <aside class="pt-2 mx-auto">
     <section class="d-flex align-items-baseline mx-3">
     <p class="me-2"><i class="bi bi-home nav-icon border text-secondary border-secondary rounded-3 px-2 pb-1"></i></p>
        <p class="flex-grow-1"><a href="https://qbasic.net/en/general/about.htm" title="About"><i class="bi bi-info nav-icon border border-success rounded-3 px-2 pb-1"></i></a></p>
<nav class="navbar navbar-expand-lg">
<button class="border-0 navbar-toggler px-0" type="button" data-bs-toggle="collapse" data-bs-target="#navbarTop" aria-controls="navbarTop" aria-expanded="false" aria-label="Toggle navigation" style="box-shadow: none;">
    <i class="bi bi-menu nav-icon border border-success rounded-3 px-2 pb-1"></i>
</button>
<div class="navbar-collapse collapse mb-lg-1" id="navbarTop">
    <ul class="navbar-nav nav-pos mt-1">
     <li class="nav-item dropdown border-lg rounded me-lg-2">
        <a class="nav-link first-level-dropdown-toggle dropdown-toggle mb-0 py-1 ps-3 link-light" href="https://qbasic.net/#" id="navbarDropdown_0" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Downloads</a>
        <div class="dropdown-menu dropdown-menu-end bg-primary-subtle navbar-nav-scroll overflow-auto" aria-labelledby="navbarDropdown_0">
         <a class="dropdown-item px-lg-2 py-1" href="https://qbasic.net/en/qbasic-downloads/overview.htm">Overview</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Compiler &amp; Interpreter</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/compiler/qbasic-compiler.htm">QuickBASIC Compiler &amp; Visual Basic</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/compiler/windows-compiler.htm">Windows Compiler</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/compiler/qbasic-interpreter.htm">QBasic Interpreter</a>
         <p class="dropdown-divider"></p>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/DOS/Windows-Solutions.htm">QBasic with Windows</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Games</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/games/action.htm">Action</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/games/strategy.htm">Strategy</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/games/role-playing-games.htm">Role Playing Games</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/games/qbasic-games.htm">Miscellaneous</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Tools</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/tools/graphic-support.htm">GFX</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/tools/sound-output.htm">Sound</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/tools/mathematics.htm">Mathematics</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/tools/file-directory-handling.htm">Files + Directories</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/tools/qbasic-utilities.htm">Miscellaneous</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Libraries</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/libraries/games-graphics.htm">Graphics</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/libraries/sound-music.htm">Sound</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/libraries/qbasic-libraries.htm">Miscellaneous</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Tutorials</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/qbasic-tutorial/beginner.htm">Beginners</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/qbasic-tutorial/advanced.htm">Advanced</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/qbasic-tutorial/graphics-programming.htm">Graphics</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-downloads/qbasic-tutorial/game-programming.htm">Games</a>
         <p class="dropdown-divider"></p>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/top-ten-downloads/">Top10</a>
         <p class="dropdown-divider"></p>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-projects/">My Projects</a>
        </div>
     </li>
     <li class="nav-item dropdown border-lg rounded me-lg-2">
        <a class="nav-link first-level-dropdown-toggle dropdown-toggle mb-0 py-1 ps-3 link-light" href="https://qbasic.net/#" id="navbarDropdown_1" role="button" data-bs-toggle="dropdown" aria-haspopup="true" aria-expanded="false">Tutorials</a>
        <div class="dropdown-menu dropdown-menu-end bg-primary-subtle navbar-nav-scroll overflow-auto" aria-labelledby="navbarDropdown_1">
         <a class="dropdown-item px-lg-2 py-1" href="https://qbasic.net/en/qbasic-tutorials/overview.htm">Overview</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Starting QB</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/starting-qbasic-1.htm">Part 1 - 3</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/starting-qbasic-2.htm">Part 4 - 7</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/starting-qbasic-3.htm">Part 8 - 9</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>Beginners</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-1.htm">Chapter 1</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-2.htm">Chapter 2</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-3.htm">Chapter 3</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-4.htm">Chapter 4</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-5.htm">Chapter 5</a>
         <p class="dropdown-divider"></p>
         <h5 class="dropdown-header fs-5 px-lg-2 py-1"><b>DOSBox</b></h5>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/dosbox/qbasic-dosbox-1.htm">Part 1</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/dosbox/qbasic-dosbox-2.htm">Part 2</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/dosbox/qbasic-dosbox-3.htm">Part 3</a>
         <a class="dropdown-item px-lg-2" href="https://qbasic.net/en/qbasic-tutorials/dosbox/qbasic-dosbox-4.htm">Part 4</a>
        </div>
     </li>
     <li class="nav-item border-lg rounded me-lg-2">
        <a class="nav-link mb-0 py-1 px-3 link-light" href="https://qbasic.net/en/qb-manual/overview.htm">QB Manual</a>
     </li>
    </ul>
</div>
</nav>
        <p class="cursor-pointer ms-2" data-bs-toggle="modal" data-bs-target="#searchModal"><i class="bi bi-search nav-icon border border-success rounded-3 px-2 pb-1"></i></p>
     </section>
    </aside>
</header>
<div class="modal fade" id="searchModal" tabindex="-1" aria-labelledby="searchModalLabel" aria-hidden="true">
    <div class="modal-dialog">
     <div class="bg-gradient modal-content">
        <div class="modal-header">
         <h5 class="modal-title" id="searchModalLabel">Site Search</h5>
         <button type="button" class="btn-close" data-bs-dismiss="modal" aria-label="Close"></button>
        </div>
        <div class="modal-body">
         <label class="cursor-pointer text-dark mb-0" for="q">Type in your search query:</label>
         <form class="d-flex" method="get" id="searchbox_008065405585444420408:djbqietwfli" action="https://qbasic.net/en/general/search.htm">
            <div class="pt-1 w-100">
             <input value="008065405585444420408:djbqietwfli" name="cx" type="hidden">
             <input value="pub-6656675009299998" name="adclient" type="hidden">
             <input value="FORID:11" name="cof" type="hidden">
             <input class="border-secondary form-control rounded-3 shadow-sm" type="text" name="q" id="q" placeholder="Search ...">
            </div>
            <button class="border-0 bg-transparent" type="submit" id="searchsubmit" name="submit"><i class="bi bi-search nav-icon fs-5 border border-success rounded-3 px-2 pb-1"></i></button>
         </form>
        </div>
        <div class="modal-footer">
         <button type="button" class="btn btn-secondary" data-bs-dismiss="modal">Close</button>
        </div>
     </div>
    </div>
</div>
<main class="container">
    <article class="pt-3 pt-md-4">
     <h1 class="text-white text-center px-3 pb-2 mx-3 mx-md-4">All about QBasic and QuickBasic</h1>
        <nav class="row mx-3 mx-md-4" aria-label="breadcrumb">
         <div class="col-10 col-md mb-2">&nbsp;</div>
         <div class="col-2 col-md text-end pe-0">
            <div class="dropdown">
             <span class="d-none d-lg-inline-block text-light">Choose language: </span>
             <a class="btn-sm dropdown-toggle pb-2 text-light" href="https://qbasic.net/#" role="button" id="dropdownLang" data-bs-toggle="dropdown" aria-expanded="false"><img class="pb-1" src="https://qbasic.net/images/core/en.gif?a55b3cbaca83909a0051e794b11006dc" alt="en"></a>
             <ul class="dropdown-menu dropdown-menu-end bg-opacity-25 bg-success shadow text-end" aria-labelledby="dropdownLang">
                <li class="dropdown-item"><a href="https://qbasic.net/de/"><img class="pb-1" src="https://qbasic.net/images/core/de.gif?38395c5132377b7963da2c99082a81bd" alt="de" title="Alles rund um QBasic und QuickBasic"></a></li>
                <li class="dropdown-item disabled"><img class="pb-1" src="https://qbasic.net/images/core/en.gif?a55b3cbaca83909a0051e794b11006dc" alt="en"></li>
             </ul>
            </div>
         </div>
        </nav>
     <div class="content mx-3 mx-md-4">
        <div class="row row-cols-1 row-cols-lg-3 mx-0">
         <div class="d-grid col mt-3">
            <section class="row rounded-3 shadow align-content-between p-3 gy-3">
             <h4 class="text-center mt-0">What is QBasic/QuickBASIC?</h4>
             <div class="mt-0 px-0">
                <div class=" border-3d p-2">
                 <p class="text-justify my-1">QBasic as well as QuickBasic is an easy-to-learn programming language (and therefore ideal for beginners), based on DOS operating system, but also executable on Windows. <strong>Differences between QBasic and QuickBasic: </strong>QBasic is the slimmed-down version of QuickBasic. Compared to <b>QuickBasic</b>, QBasic is limited as it lacks a compiler. Therefore QBasic cannot be used to produce executables (.exe files). The source code (usually files with .bas extension) can only be executed immediately by the built-in QBasic interpreter. Furthermore, QuickBasic has a more extensive command set than QBasic.</p>
                </div>
             </div>
            </section>
         </div>
         <aside class="d-grid col mt-3">
            <div class="align-self-center mb-3 mb-md-0 text-center">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6656675009299998" crossorigin="anonymous"></script>
    
    <ins class="adsbygoogle
     style="display:block
     data-ad-client="ca-pub-6656675009299998
     data-ad-slot="8655807709
     data-ad-format="auto
     data-full-width-responsive="true"></ins>
    
            </div>
         </aside>
         <div class="d-grid col mt-3">
            <section class="row rounded-3 shadow align-content-between p-3 gy-3">
             <h4 class="text-center mt-0">Offers on QuickBasic Cafe:</h4>
             <div class="mt-0 px-0">
                <div class=" border-3d p-2">
                 <p class="text-justify my-1">The download section contains a lot of free software for <strong>programming in QBasic</strong> and QuickBasic, including <b>compilers</b> and interpreters for DOS and Windows, libraries for extending the command set of QuickBasic, sample programs (partially with source code), games and much more. In addition, articles and tutorials about programming with QBasic and QuickBasic. Please visit our <a href="https://qbasic-forum.qbasic.net/"><b>QBasic&nbsp;Forum</b></a> as well to know more about programming with QBasic and QuickBasic.</p>
                </div>
             </div>
            </section>
         </div>
        </div>
        <div class="row mx-0 mt-3">
         <section class="row shadow rounded-3 py-3 mx-auto">
            <h4 class="text-center">QBasic / QuickBASIC - an excellent Introduction in programming for Beginners</h4>
            <p class="text-justify border-bottom pb-2">Best way to learn programming is to start with a lightweight programming language and a simple compiler. <strong>Qbasic</strong> (short: QB) has great advantages for pros and beginners that other compilers can't offer:</p>
            
            <p class="fs-5 text-center px-0 mb-0"><b>Helpful on typing proper Code</b></p>
            
            <p class="text-justify px-0">Code is checked for errors while typing; each expression will be evaluated immediately after typing. By the way, this extraordinary feature is an important reason for the great popularity of QB: the ability to check expressions while typing. This saves a tremendous amount of time when checking the code, in particular for large projects; just because a comma is missing somewhere.</p>
            
            <p class="fs-5 text-center px-0 mb-0"><b>QBasic with modern Windows OS's</b></p>
            
            <p class="text-justify px-0">Back then, when DOS was the most widely used operating system, QB IDE enjoyed great popularity. On current Windows systems, QBasic / QuickBASIC requires a DOS emulator, e.g. <a href="https://www.dosbox.com/download.php?main=1">DOSBox</a>.</p>
            
            <p class="fs-5 text-center px-0 mb-0"><b>Some more Features</b></p>
            
            <p class="text-justify px-0 mb-0">No installation necessary, QBasic / <b>QuickBASIC</b> is portable and does't affect the system’s registry. When launching QB, a command line window opens that displays a couple of menus with access to standard functions such as editing, searching and debugging, just to name a few. Qbasic is ideally suited to all users, from beginners to experts; it's an impressive code interpreter including a powerful IDE.</p>
        
         </section>
        </div>
        <div class="row row-cols-1 row-cols-lg-2 text-center my-3 mx-0">
         <div class="d-grid col">
            <section class="row shadow rounded-3 p-md-3 p-1 py-2 me-lg-3 mb-lg-0 mb-3">
             <h4>Download Essentials</h4>
                <h6 class="border-top pt-2 mb-0"><b>QBasic with Windows</b></h6>
                <p class="mb-2">Run Qbasic under Windows 7, 8, 10 &amp; 11 (both 32 bit and 64 bit) within DOSBox or VMware Player: <b><a href="https://qbasic.net/en/qbasic-downloads/DOS/Windows-Solutions.htm">QBasic with Windows</a></b></p>
                <h6 class="border-top pt-2 mb-0"><b>QBasic Compilers</b></h6>
                <p class="mb-2">QBasic 4.5, Quickbasic Extended 7.1 and Visual Basic for DOS: <b><a href="https://qbasic.net/en/qbasic-downloads/compiler/qbasic-compiler.htm">QuickBASIC Compiler &amp; Visual Basic</a></b></p>
                <p class="border-top pt-2 mb-0"><a href="https://qbasic.net/en/qbasic-downloads/overview.htm"><b>Complete Download Section - Overview</b></a></p>
            </section>
         </div>
         <div class="d-grid col">
            <section class="row shadow rounded-3 p-md-3 p-1 py-2">
             <h4>Most Popular Articles</h4>
                <h6 class="border-top pt-2 mb-0"><b>QBasic with DOSBox</b></h6>
                <p class="mb-2">This Article describes how to run QuickBASIC 4.5 on Windows 7 and higher by using DOSBox: <a href="https://qbasic.net/en/qbasic-tutorials/dosbox/qbasic-dosbox-1.htm"><b>QBasic with DOSBox</b></a></p>
                <h6 class="border-top pt-2 mb-0"><b>QBasic for Beginners</b></h6>
                <p class="mb-2">This Tutorial will teach you how to start programming in QBasic: <a href="https://qbasic.net/en/qbasic-tutorials/beginner/qbasic-beginner-1.htm"><b>QBasic for Beginners</b></a></p>
                <p class="border-top pt-2 mb-0"><a href="https://qbasic.net/en/qbasic-tutorials/overview.htm"><b>Articles and Tutorials - Overview</b></a></p>
            </section>
         </div>
        </div>
        <div class="row mx-0">
         <section class="row shadow rounded-3 p-md-3 p-1 mx-auto">
    <script async src="https://pagead2.googlesyndication.com/pagead/js/adsbygoogle.js?client=ca-pub-6656675009299998" crossorigin="anonymous"></script>
    
    <ins class="adsbygoogle
     style="display:block
     data-ad-client="ca-pub-6656675009299998
     data-ad-slot="8655807709
     data-ad-format="auto
     data-full-width-responsive="true"></ins>
    
         </section>
        </div>
        <div class="row my-3 mx-0">
         <section class="row shadow rounded-3 p-md-3 p-1 mx-auto">
            <h4 class="text-center">QBasic Online Manual</h4>
            <p class="text-justify">This section contains the complete command set of the most important QBasic versions, listed in alphabetical order (shown here as an <b><a href="https://qbasic.net/en/qb-manual/overview.htm">overview</a></b>). After clicking on a keyword, the corresponding information will be displayed: Description, Syntax, Parameters, Examples and Cross References.</p>
         </section>
        </div>
        <aside class="row pt-3">
         <a class="text-center" href="https://qbasic.net/en/general/donation.htm"><img src="https://qbasic.net/images/core/donation-link.png?ee36bf08e89d9ccefc560a43a031bc50" alt="Donation"></a>
        </aside>
     </div>
     <footer class="page-end text-center text-light fs-6 py-2">
        &copy; 2025 by <a href="https://qbasic.net/en/general/about.htm">Dieter Caspary</a>
     </footer>
    </article>
</main>
<footer class="container d-md-flex fs-6 justify-content-evenly page-end py-2 text-center text-gray">
    <p>Design by <a href="https://crossroads-development.com/" target="_blank">Crossroads Development</a></p>
    <p><a href="https://ravenmusicdiy.com/" target="_blank" title="Your Blog for All Things DIY in the World of Rock and Metal Music">Raven Music DIY</a></p>
</footer>
<button id="back2top" class="bg-primary fs-1 rounded-3 shadow text-light">&#8657;</button>

</body>
</html>