lang_ref_intro.html 666 B

12345678910111213141516171819202122
  1. <html>
  2. <head>
  3. <title> Language Reference - Introduction</title>
  4. <link rel="stylesheet" href="lang_ref.css" type="text/css">
  5. </head><body>
  6. <br>
  7. &nbsp;<span class="Command">&nbsp;Introduction&nbsp;</span>
  8. <blockquote>
  9. <p> This section describes the Blitz Basic language in detail. Covering all
  10. the commands needed to help you progress further with your own creations.
  11. </p>
  12. <p>Please experiment because practice is essential for you to ascertain the
  13. benefits from each command. As always, it is always useful to see what others
  14. have done with thir programs and try to learn from existing code and tutorials.</p>
  15. </blockquote>
  16. </body>
  17. </html>