33 lines
1.0 KiB
HTML
33 lines
1.0 KiB
HTML
<html>
|
|
|
|
<head>
|
|
<meta http-equiv="Content-Type"
|
|
content="text/html; charset=iso-8859-1">
|
|
<title>Language Reference - Keywords</title>
|
|
<link rel="stylesheet" href="lang_ref.css" type="text/css">
|
|
</head>
|
|
|
|
<body>
|
|
<br>
|
|
<span class="Command"> Keywords </span>
|
|
<blockquote>
|
|
<p>The following keywords are built into Blitz, and may not be used as identifiers
|
|
(variables, function names, labels, etc.):<br>
|
|
</p>
|
|
</blockquote>
|
|
<table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
|
|
<tr>
|
|
<td>
|
|
<blockquote> <br>
|
|
After, And, Before, Case, Const, Data, Default, Delete, Dim, Each, Else,
|
|
ElseIf, End, EndIf, Exit, False, Field, First, Float, For, Forever, Function,
|
|
Global, Gosub, Goto, If, Insert, Int, Last, Local, Mod, New, Next, Not,
|
|
Null, Or, Pi, Read, Repeat, Restore, Return, Sar, Select, Shl, Shr, Step,
|
|
Str, Then, To, True, Type, Until, Wend, While, Xor, Include</blockquote>
|
|
</td>
|
|
</tr>
|
|
</table>
|
|
<p> </p>
|
|
<p>. </p>
|
|
</body>
|
|
</html> |