klisp

an open source interpreter for the Kernel Programming Language.
git clone http://git.hanabi.in/repos/klisp.git
Log | Files | Refs | README

Format-of-Descriptions.html (2070B)


      1 <html lang="en">
      2 <head>
      3 <title>Format of Descriptions - klisp Reference Manual</title>
      4 <meta http-equiv="Content-Type" content="text/html">
      5 <meta name="description" content="klisp Reference Manual">
      6 <meta name="generator" content="makeinfo 4.13">
      7 <link title="Top" rel="start" href="index.html#Top">
      8 <link rel="up" href="Conventions.html#Conventions" title="Conventions">
      9 <link rel="prev" href="Error-Messages.html#Error-Messages" title="Error Messages">
     10 <link href="http://www.gnu.org/software/texinfo/" rel="generator-home" title="Texinfo Homepage">
     11 <meta http-equiv="Content-Style-Type" content="text/css">
     12 <style type="text/css"><!--
     13   pre.display { font-family:inherit }
     14   pre.format  { font-family:inherit }
     15   pre.smalldisplay { font-family:inherit; font-size:smaller }
     16   pre.smallformat  { font-family:inherit; font-size:smaller }
     17   pre.smallexample { font-size:smaller }
     18   pre.smalllisp    { font-size:smaller }
     19   span.sc    { font-variant:small-caps }
     20   span.roman { font-family:serif; font-weight:normal; } 
     21   span.sansserif { font-family:sans-serif; font-weight:normal; } 
     22 --></style>
     23 <link rel="stylesheet" type="text/css" href="css/style.css">
     24 </head>
     25 <body>
     26 <div class="node">
     27 <a name="Format-of-Descriptions"></a>
     28 <p>
     29 Previous:&nbsp;<a rel="previous" accesskey="p" href="Error-Messages.html#Error-Messages">Error Messages</a>,
     30 Up:&nbsp;<a rel="up" accesskey="u" href="Conventions.html#Conventions">Conventions</a>
     31 <hr>
     32 </div>
     33 
     34 <h4 class="subsection">1.3.5 Format of Descriptions</h4>
     35 
     36 <p><a name="index-description-format-7"></a>
     37   Applicatives, operatives, and other objects are described in this manual
     38 in a uniform format.  The first line of a description contains the
     39 name of the item followed by its operands or arguments, if any. 
     40 The description follows on succeeding lines, sometimes with examples.
     41 
     42 <ul class="menu">
     43 <li><a accesskey="1" href="A-Sample-Applicative-Description.html#A-Sample-Applicative-Description">A Sample Applicative Description</a>
     44 <!-- TODO add operative and/or variable like root-continuation -->
     45 </ul>
     46 
     47    </body></html>
     48