Files

62 lines
1.9 KiB
HTML

<HTML>
<HEAD>
<TITLE>Blitz Lite Examples</TITLE>
<META name="description" content="Written a game?">
<META name="keywords" content="">
<style type="text/css">
<!--
A:link {text-decoration: none;}
A:visited {text-decoration: none;}
-->
</style>
</HEAD>
<BODY BGCOLOR="#206060" TEXT="FFff00" LINK="00ff00" VLINK="00ff00">
<br>
<center><h1>Basic Examples</h1><br><br></center>
<center>To complement <b>The Beginners Guide to Blitz Basic. </b>Below are many examples of the
commands that you have been learning, load them into Blitz, play around with them
until you are comfortable what each line of code means. <br><br>Most of all enjoy!<br><br></center>
<center><b><br>Click on the title of the demo you wish to load below</center></b>
<br>
<center><TABLE><table border="4">
<TR><!-- Row 1 -->
<TD><a href="print.bb">PRINT </a></TD>
<TD><a href="array.bb">ARRAY </a></TD>
<TD><a href="array1.bb">ARRAY1 </a></TD>
<TD><a href="for next loop.bb">FOR NEXT </a></TD>
<TD><a href="goto.bb">GOTO </a></TD>
</TR>
<TR><!-- Row 2 -->
<TD><a href="if then.bb">IF THEN</a></TD>
<TD><a href="if then1.bb">IF THEN1</a></TD>
<TD><a href="input.bb">INPUT</a></TD>
<TD><a href="input1.bb">INPUT1</a></TD>
<TD><a href="random numbers.bb">RND</a></TD>
</TR>
<TR><!-- Row 3 -->
<TD><a href="counter.bb">COUNTER</a></TD>
<TD><a href="end if.bb">END IF</a></TD>
<TD><a href="doublebuffering.bb">DOUBLE BUFFER</a></TD>
<TD><a href="simple maths.bb">MATHS</a></TD>
<TD><a href="maths.bb">MATHS1</a></TD>
</TR>
<TR><!-- Row 4 -->
<TD><a href="step.bb">STEP</a></TD>
<TD><a href="types1.bb">TYPES</a></TD>
<TD><a href="types2.bb">TYPES1</a></TD>
<TD><a href="variables.bb">VARIABLES</a></TD>
<TD><a href="variables1.bb">VARIABLES1</a></TD>
</TR>
</TABLE>
</center>
</BODY>
<br><br><br>
</HTML>