| 12345678910111213141516171819202122 |
- <html>
- <head>
- <title> Language Reference - Introduction</title>
- <link rel="stylesheet" href="lang_ref.css" type="text/css">
- </head><body>
- <br>
- <span class="Command"> Introduction </span>
- <blockquote>
- <p> This section describes the Blitz Basic language in detail. Covering all
- the commands needed to help you progress further with your own creations.
- </p>
- <p>Please experiment because practice is essential for you to ascertain the
- benefits from each command. As always, it is always useful to see what others
- have done with thir programs and try to learn from existing code and tutorials.</p>
- </blockquote>
- </body>
- </html>
|