picolisp

Unnamed repository; edit this file to name it for gitweb.
git clone https://logand.com/git/picolisp.git/
Log | Files | Refs | README | LICENSE

toc.html (880B)


      1 <!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
      2         "http://www.w3.org/TR/html4/loose.dtd">
      3 <html>
      4 <head>
      5 	<meta http-equiv="content-type" content="text/html; charset=utf-8">
      6 	<title>PicoLisp Doc TOC</title>
      7 	<meta name="generator" content="BBEdit 8.6">
      8 	<style type="text/css">
      9 	<!--
     10 body {
     11 	margin-left: 0.5em;
     12 	margin-right: 0;
     13 	background-color: #eee;
     14 }
     15 ul {
     16 	margin-left: 0;
     17 	padding-left: 1.1em;
     18 }
     19 li {
     20 	margin-bottom: 0.4em;
     21 }
     22 ul.sub {
     23 	padding-left: 0.5em;
     24 	font-size: 75%;
     25 }
     26 ul.sub li {
     27 	margin-bottom: 0.3em;
     28 }
     29 	-->
     30 	</style>
     31 </head>
     32 <body>
     33 	<h3>PicoLisp Docs</h3>
     34 	<ul id="upperul">
     35 		<li><a href="ref.html#fun" target="upper">Function Ref.</a></li>
     36 		<li><a href="tut.html" target="upper">Tutorial</a></li>
     37 		<li><a href="app.html" target="upper">Application Dev.</a></li>
     38 		<li><a href="faq.html" target="upper">FAQ</a></li>
     39 	</ul>
     40 </body>
     41 </html>