Skip to content

Commit c856362

Browse files
committed
Moved links to sections to an actual Table of Contents.
1 parent c9bb5a0 commit c856362

File tree

1 file changed

+9
-1
lines changed

1 file changed

+9
-1
lines changed

index.html

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,15 @@
1313
<body>
1414
<h1>NewtonScript</h1>
1515
<p><em>NewtonScript</em> is an object-oriented programming language developed by <a href="http://waltersmith.us/">Walter Smith</a> for <a href="http://www.apple.com/">Apple</a> for the Newton OS running on their MessagePad &amp; eMate hardware. It borrows concepts from the Smalltalk, LISP, and Self programming languages with special consideration for a low memory footprint (esp. differential inheritance). In 2003 a NewtonScript interpreter, <a href="#newt0">NEWT/0</a> was developed by Makoto Nukui allowing for its use on other platforms.</p>
16-
<p>Here you’ll find information about the language, available <a href="#tools">development tools</a> for various platforms, <a href="#libs">libraries</a> with NewtonScript interfaces, <a href="#docs">programming reference materials</a>, and <a href="#samples">sample code</a>.</p>
16+
17+
<!-- BEGIN TABLE OF CONTENTS -->
18+
<h2 id="contents">Table of Contents</h2>
19+
<dl>
20+
<dt><a href="#tools">Development Tools</a></dt>
21+
<dt><a href="#docs">Documentation</a></dt>
22+
<dt><a href="#libs">Libraries</a></dt>
23+
<dt><a href="#samples">Sample Code</a></dt>
24+
</dl>
1725

1826
<!-- BEGIN DEVELOPMENT TOOLS -->
1927
<h2 id="tools">Development Tools</h2>

0 commit comments

Comments
 (0)