1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192 |
- <?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>Syntax</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="Compiling.xhtml" title="Compiling to byte-code"/>
- <link rel="next" href="Syntax-notation.xhtml" title="Notation"/>
- </head>
- <body>
- <header/>
- <section class="chapter" title="Syntax" epub:type="chapter" id="Syntax">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title">Syntax</h2>
- </div>
- </div>
- </div>
- </section>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Syntax-notation.xhtml">Notation</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Lexical-and-datum-syntax.xhtml">Lexical and datum syntax</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Lexical-syntax.xhtml">Lexical syntax</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Datum-syntax.xhtml">Datum syntax</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Hash-prefixed-forms.xhtml">Hash-prefixed forms</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Primitive-expression-syntax.xhtml">Primitive expression syntax</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Colon-notation.xhtml">Property access using colon notation</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Bodies.xhtml">Programs and Bodies</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Syntax-and-conditional-compilation.xhtml">Syntax and conditional compilation</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Macros.xhtml">Macros</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Named-quasi-literals.xhtml">Named quasi-literals</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
- <p>
- Previous: <a accesskey="p" href="Running.xhtml">How to start up and run Kawa</a></p>
- <p>
- Next: <a accesskey="n" href="Program-structure.xhtml">Program structure</a></p>
- </div>
- </footer>
- </body>
- </html>
|