lang_ref_keywords.html 1.0 KB

123456789101112131415161718192021222324252627282930313233
  1. <html>
  2. <head>
  3. <meta http-equiv="Content-Type"
  4. content="text/html; charset=iso-8859-1">
  5. <title>Language Reference - Keywords</title>
  6. <link rel="stylesheet" href="lang_ref.css" type="text/css">
  7. </head>
  8. <body>
  9. <br>
  10. &nbsp;<span class="Command">&nbsp;Keywords&nbsp;</span>
  11. <blockquote>
  12. <p>The following keywords are built into Blitz, and may not be used as identifiers
  13. (variables, function names, labels, etc.):<br>
  14. </p>
  15. </blockquote>
  16. <table width="90%" border="0" cellspacing="0" cellpadding="0" align="center">
  17. <tr>
  18. <td>
  19. <blockquote> <br>
  20. After, And, Before, Case, Const, Data, Default, Delete, Dim, Each, Else,
  21. ElseIf, End, EndIf, Exit, False, Field, First, Float, For, Forever, Function,
  22. Global, Gosub, Goto, If, Insert, Int, Last, Local, Mod, New, Next, Not,
  23. Null, Or, Pi, Read, Repeat, Restore, Return, Sar, Select, Shl, Shr, Step,
  24. Str, Then, To, True, Type, Until, Wend, While, Xor, Include</blockquote>
  25. </td>
  26. </tr>
  27. </table>
  28. <p>&nbsp; </p>
  29. <p>. </p>
  30. </body>
  31. </html>