Syntax.xhtml 3.1 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192
  1. <?xml version="1.0" encoding="UTF-8" standalone="no"?>
  2. <!DOCTYPE html><html xmlns="http://www.w3.org/1999/xhtml" xmlns:epub="http://www.idpf.org/2007/ops" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:pls="http://www.w3.org/2005/01/pronunciation-lexicon" xmlns:ssml="http://www.w3.org/2001/10/synthesis" xmlns:svg="http://www.w3.org/2000/svg">
  3. <head>
  4. <title>Syntax</title>
  5. <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
  6. <link rel="stylesheet" type="text/css" href="kawa.css"/>
  7. <script src="kawa-ebook.js" type="text/javascript"/>
  8. <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
  9. <link rel="prev" href="Compiling.xhtml" title="Compiling to byte-code"/>
  10. <link rel="next" href="Syntax-notation.xhtml" title="Notation"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <section class="chapter" title="Syntax" epub:type="chapter" id="Syntax">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h2 class="title">Syntax</h2>
  19. </div>
  20. </div>
  21. </div>
  22. </section>
  23. <footer>
  24. <div class="navfooter">
  25. <ul>
  26. <li>
  27. <b class="toc">
  28. <a href="Syntax-notation.xhtml">Notation</a>
  29. </b>
  30. </li>
  31. <li>
  32. <b class="toc">
  33. <a href="Lexical-and-datum-syntax.xhtml">Lexical and datum syntax</a>
  34. </b>
  35. </li>
  36. <li>
  37. <b class="toc">
  38. <a href="Lexical-syntax.xhtml">Lexical syntax</a>
  39. </b>
  40. </li>
  41. <li>
  42. <b class="toc">
  43. <a href="Datum-syntax.xhtml">Datum syntax</a>
  44. </b>
  45. </li>
  46. <li>
  47. <b class="toc">
  48. <a href="Hash-prefixed-forms.xhtml">Hash-prefixed forms</a>
  49. </b>
  50. </li>
  51. <li>
  52. <b class="toc">
  53. <a href="Primitive-expression-syntax.xhtml">Primitive expression syntax</a>
  54. </b>
  55. </li>
  56. <li>
  57. <b class="toc">
  58. <a href="Colon-notation.xhtml">Property access using colon notation</a>
  59. </b>
  60. </li>
  61. <li>
  62. <b class="toc">
  63. <a href="Bodies.xhtml">Programs and Bodies</a>
  64. </b>
  65. </li>
  66. <li>
  67. <b class="toc">
  68. <a href="Syntax-and-conditional-compilation.xhtml">Syntax and conditional compilation</a>
  69. </b>
  70. </li>
  71. <li>
  72. <b class="toc">
  73. <a href="Macros.xhtml">Macros</a>
  74. </b>
  75. </li>
  76. <li>
  77. <b class="toc">
  78. <a href="Named-quasi-literals.xhtml">Named quasi-literals</a>
  79. </b>
  80. </li>
  81. </ul>
  82. <p>
  83. Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
  84. <p>
  85. Previous: <a accesskey="p" href="Running.xhtml">How to start up and run Kawa</a></p>
  86. <p>
  87. Next: <a accesskey="n" href="Program-structure.xhtml">Program structure</a></p>
  88. </div>
  89. </footer>
  90. </body>
  91. </html>