File: toc.html

package info (click to toggle)
picolisp 3.1.0.7-1
  • links: PTS, VCS
  • area: main
  • in suites: wheezy
  • size: 4,100 kB
  • sloc: ansic: 14,205; lisp: 795; makefile: 290; sh: 13
file content (41 lines) | stat: -rw-r--r-- 880 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"
        "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
	<meta http-equiv="content-type" content="text/html; charset=utf-8">
	<title>PicoLisp Doc TOC</title>
	<meta name="generator" content="BBEdit 8.6">
	<style type="text/css">
	<!--
body {
	margin-left: 0.5em;
	margin-right: 0;
	background-color: #eee;
}
ul {
	margin-left: 0;
	padding-left: 1.1em;
}
li {
	margin-bottom: 0.4em;
}
ul.sub {
	padding-left: 0.5em;
	font-size: 75%;
}
ul.sub li {
	margin-bottom: 0.3em;
}
	-->
	</style>
</head>
<body>
	<h3>PicoLisp Docs</h3>
	<ul id="upperul">
		<li><a href="ref.html#fun" target="upper">Function Ref.</a></li>
		<li><a href="tut.html" target="upper">Tutorial</a></li>
		<li><a href="app.html" target="upper">Application Dev.</a></li>
		<li><a href="faq.html" target="upper">FAQ</a></li>
	</ul>
</body>
</html>