File: manual_frame.html

package info (click to toggle)
newlisp 10.7.5-2
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, bullseye, forky, sid, trixie
  • size: 6,248 kB
  • sloc: ansic: 33,280; lisp: 4,181; sh: 609; makefile: 215
file content (16 lines) | stat: -rw-r--r-- 796 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
<?xml version="1.0" encoding="UTF-8"?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
  "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head> 
<meta http-equiv="Content-Type" content="text/html; charset=iso-8859-1" />
<meta name="author" content="Lutz Mueller" />
<meta name="keywords" content="newLISP LISP SCHEME manual reference help artificial intelligence AI NUEVATEC" />
<meta name="description" content="newLISP Users Manual and Reference" />
<title>newLISP Manual and Reference</title> 
</head>
<frameset cols="175px,*">
   <frame  name="index" src="newlisp_index.html" noresize="noresize" frameborder="0" />
   <frame  name="body" src="newlisp_manual.html" noresize="noresize" frameborder="0"/>
</frameset>
</html>