This repository has been archived on 2023-08-20. You can view files and clone it, but cannot push or open issues or pull requests.
yap-6.3/Logtalk/manuals/tutorial/index.html
pmoura 06ea1bd8ec Logtalk 2.10.0 file.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@424 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2002-04-03 13:26:59 +00:00

58 lines
2.0 KiB
HTML

<!doctype html public "-//W3C//DTD HTML 4.01//EN"
"http://www.w3.org/TR/html4/strict.dtd">
<html>
<head>
<title>Logtalk 2.10.0 Tutorial</title>
<link rel=stylesheet href="../styles.css" type="text/css">
</head>
<body>
<hr />
<h1><a class="back" title="Return to index" href="../index.html#tutorial">Tutorial</a></h1>
<hr />
<h2>Table of Contents</h2>
<dl>
<dt><a name="lists" href="lists.html">List predicates</a></dt>
<dd><a name="lists_object" href="lists.html#object">Defining a list object</a></dd>
<dd><a name="lists_protocol" href="lists.html#protocol">Defining a list protocol</a></dd>
<dd><a name="lists_summary" href="lists.html#summary">Summary</a></dd>
</dl>
<dl>
<dt><a name="attributes" href="attributes.html">Dynamic object attributes</a></dt>
<dd><a name="attributes_category" href="attributes.html#category">Defining a category</a></dd>
<dd><a name="attributes_importing" href="attributes.html#importing">Importing the category</a></dd>
<dd><a name="attributes_summary" href="attributes.html#summary">Summary</a></dd>
</dl>
<dl>
<dt><a name="reflection" href="reflection.html">A reflective class-based system</a></dt>
<dd><a name="reflection_classes" href="reflection.html#classes">Defining the base classes</a></dd>
<dd><a name="reflection_summary" href="reflection.html#summary">Summary</a></dd>
</dl>
<dl>
<dt><a name="profiling" href="profiling.html">Profiling programs</a></dt>
<dd><a name="profiling_events" href="profiling.html#events">Messages as events</a></dd>
<dd><a name="profiling_monitors" href="profiling.html#monitors">Profilers as monitors</a></dd>
<dd><a name="profiling_summary" href="profiling.html#summary">Summary</a></dd>
</dl>
<hr />
<p class="center">
<strong><a href="../userman/index.html">User manual</a> | <a title="Consult reference manual" href="../refman/index.html">Reference manual</a> | <a href="../bibliography.html">Bibliography</a> | <a href="../glossary.html">Glossary</a></strong>
</p>
<p class="center">
Last updated on: April 2, 2002
</p>
<hr />
</body>
</html>