1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162 |
- <?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>Procedures</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="Special-named-constants.xhtml" title="Special named constants"/>
- <link rel="next" href="Application-and-Arguments-Lists.xhtml" title="Application and Arguments Lists"/>
- </head>
- <body>
- <header/>
- <section class="chapter" title="Procedures" epub:type="chapter" id="Procedures">
- <div class="titlepage">
- <div>
- <div>
- <h2 class="title">Procedures</h2>
- </div>
- </div>
- </div>
- </section>
- <footer>
- <div class="navfooter">
- <ul>
- <li>
- <b class="toc">
- <a href="Application-and-Arguments-Lists.xhtml">Application and Arguments Lists</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Procedure-properties.xhtml">Procedure properties</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Generic-procedures.xhtml">Generic (dynamically overloaded) procedures</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Extended-formals.xhtml">Extended Formal Arguments List</a>
- </b>
- </li>
- <li>
- <b class="toc">
- <a href="Partial-application.xhtml">Partial application</a>
- </b>
- </li>
- </ul>
- <p>
- Up: <a accesskey="u" href="pt01.xhtml">Part . Reference Documentation</a></p>
- <p>
- Previous: <a accesskey="p" href="Symbols-and-namespaces.xhtml">Symbols and namespaces</a></p>
- <p>
- Next: <a accesskey="n" href="Numbers.xhtml">Quantities and Numbers</a></p>
- </div>
- </footer>
- </body>
- </html>
|