pt01.xhtml 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132
  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>Part . Reference Documentation</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="tutorial-Other-Java-features.xhtml" title="Other Java features"/>
  10. <link rel="next" href="Running.xhtml" title="How to start up and run Kawa"/>
  11. </head>
  12. <body>
  13. <header/>
  14. <div class="part" title="Part . Reference Documentation" epub:type="part" id="idm139667880324112">
  15. <div class="titlepage">
  16. <div>
  17. <div>
  18. <h1 class="title">Part . Reference Documentation</h1>
  19. </div>
  20. </div>
  21. </div>
  22. </div>
  23. <footer>
  24. <div class="navfooter">
  25. <ul>
  26. <li>
  27. <b class="toc">
  28. <a href="Running.xhtml">Usage Reference (running Kawa)</a>
  29. </b>
  30. </li>
  31. <li>
  32. <b class="toc">
  33. <a href="Syntax.xhtml">Syntax</a>
  34. </b>
  35. </li>
  36. <li>
  37. <b class="toc">
  38. <a href="Program-structure.xhtml">Program structure</a>
  39. </b>
  40. </li>
  41. <li>
  42. <b class="toc">
  43. <a href="Control-features.xhtml">Control features</a>
  44. </b>
  45. </li>
  46. <li>
  47. <b class="toc">
  48. <a href="Symbols-and-namespaces.xhtml">Symbols and namespaces</a>
  49. </b>
  50. </li>
  51. <li>
  52. <b class="toc">
  53. <a href="Procedures.xhtml">Procedures</a>
  54. </b>
  55. </li>
  56. <li>
  57. <b class="toc">
  58. <a href="Numbers.xhtml">Numbers</a>
  59. </b>
  60. </li>
  61. <li>
  62. <b class="toc">
  63. <a href="Characters-and-text.xhtml">Characters and text</a>
  64. </b>
  65. </li>
  66. <li>
  67. <b class="toc">
  68. <a href="Data-structures.xhtml">Data structures</a>
  69. </b>
  70. </li>
  71. <li>
  72. <b class="toc">
  73. <a href="Eval-and-Environments.xhtml">Eval and Environments</a>
  74. </b>
  75. </li>
  76. <li>
  77. <b class="toc">
  78. <a href="Debugging.xhtml">Debugging</a>
  79. </b>
  80. </li>
  81. <li>
  82. <b class="toc">
  83. <a href="Input-Output.xhtml">Input, output, files</a>
  84. </b>
  85. </li>
  86. <li>
  87. <b class="toc">
  88. <a href="Types.xhtml">Types</a>
  89. </b>
  90. </li>
  91. <li>
  92. <b class="toc">
  93. <a href="Objects-Classes-and-Modules.xhtml">Object, Classes and Modules</a>
  94. </b>
  95. </li>
  96. <li>
  97. <b class="toc">
  98. <a href="XML-tools.xhtml">Working with XML and HTML</a>
  99. </b>
  100. </li>
  101. <li>
  102. <b class="toc">
  103. <a href="Miscellaneous.xhtml">Miscellaneous topics</a>
  104. </b>
  105. </li>
  106. <li>
  107. <b class="toc">
  108. <a href="FAQs.xhtml">Frequently Asked Questions</a>
  109. </b>
  110. </li>
  111. <li>
  112. <b class="toc">
  113. <a href="Framework.xhtml">The Kawa language framework</a>
  114. </b>
  115. </li>
  116. <li>
  117. <b class="toc">
  118. <a href="License.xhtml">License</a>
  119. </b>
  120. </li>
  121. </ul>
  122. <p>
  123. Up: <a accesskey="u" href="index.html">The Kawa Scheme language</a></p>
  124. <p>
  125. Previous: <a accesskey="p" href="tutorial-index.xhtml">Kawa Scheme Tutorial</a></p>
  126. <p>
  127. Next: <a accesskey="n" href="Overall-Index.xhtml">Index</a></p>
  128. </div>
  129. </footer>
  130. </body>
  131. </html>