123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132 |
- <?xml version="1.0" encoding="UTF-8" standalone="no"?>
- <!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">
- <head>
- <title>Part . Reference Documentation</title>
- <link rel="stylesheet" type="text/css" href="docbook-epub.css"/>
- <link rel="stylesheet" type="text/css" href="kawa.css"/>
- <script src="kawa-ebook.js" type="text/javascript"/>
- <meta name="generator" content="DocBook XSL-NS Stylesheets V1.79.1"/>
- <link rel="prev" href="tutorial-Other-Java-features.xhtml" title="Other Java features"/>
- <link rel="next" href="Running.xhtml" title="How to start up and run Kawa"/>
- </head>
- <body>
- <header/>
- <div class="part" title="Part . Reference Documentation" epub:type="part" id="idm139667880324112">
- <div class="titlepage">
- <div>
- <div>
- <h1 class="title">Part . Reference Documentation</h1>
- </div>
- </div>
- </div>
- </div>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Running.xhtml">Usage Reference (running Kawa)</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Syntax.xhtml">Syntax</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Program-structure.xhtml">Program structure</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Control-features.xhtml">Control features</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Symbols-and-namespaces.xhtml">Symbols and namespaces</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Procedures.xhtml">Procedures</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Numbers.xhtml">Numbers</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Characters-and-text.xhtml">Characters and text</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Data-structures.xhtml">Data structures</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Eval-and-Environments.xhtml">Eval and Environments</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Debugging.xhtml">Debugging</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Input-Output.xhtml">Input, output, files</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Types.xhtml">Types</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Objects-Classes-and-Modules.xhtml">Object, Classes and Modules</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="XML-tools.xhtml">Working with XML and HTML</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Miscellaneous.xhtml">Miscellaneous topics</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="FAQs.xhtml">Frequently Asked Questions</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Framework.xhtml">The Kawa language framework</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="License.xhtml">License</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="index.html">The Kawa Scheme language</a></p>
- <p>
- Previous: <a accesskey="p" href="tutorial-index.xhtml">Kawa Scheme Tutorial</a></p>
- <p>
- Next: <a accesskey="n" href="Overall-Index.xhtml">Index</a></p>
- </div>
- </footer>
- </body>
- </html>
|