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 3a691e07d5 Logtalk 2.19.1 files.
git-svn-id: https://yap.svn.sf.net/svnroot/yap/trunk@1111 b08c6af1-5177-4d33-ba66-4b1c6b8b522a
2004-08-02 16:08:31 +00:00

68 lines
2.3 KiB
HTML

<?xml version="1.0" encoding="iso-8859-1"?>
<?xml-stylesheet type="text/css" href="../styles.css" ?>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
<html xmlns="http://www.w3.org/1999/xhtml" lang="en" xml:lang="en">
<head>
<meta http-equiv="content-type" content="text/html; charset=iso-8859-1" />
<title>Logtalk Tutorial</title>
<link rel="stylesheet" href="../styles.css" type="text/css" />
</head>
<body>
<div class="navtop">
<a href="../index.html">contents</a>
</div>
<h1>Tutorial</h1>
<h2><a name="lists" href="lists.html">List predicates</a></h2>
<dl>
<dt><a name="lists_object" href="lists.html#object">Defining a list object</a></dt>
<dt><a name="lists_protocol" href="lists.html#protocol">Defining a list protocol</a></dt>
<dt><a name="lists_summary" href="lists.html#summary">Summary</a></dt>
</dl>
<h2><a name="attributes" href="attributes.html">Dynamic object attributes</a></h2>
<dl>
<dt><a name="attributes_category" href="attributes.html#category">Defining a category</a></dt>
<dt><a name="attributes_importing" href="attributes.html#importing">Importing the category</a></dt>
<dt><a name="attributes_summary" href="attributes.html#summary">Summary</a></dt>
</dl>
<h2><a name="reflection" href="reflection.html">A reflective class-based system</a></h2>
<dl>
<dt><a name="reflection_classes" href="reflection.html#classes">Defining the base classes</a></dt>
<dt><a name="reflection_summary" href="reflection.html#summary">Summary</a></dt>
</dl>
<h2><a name="profiling" href="profiling.html">Profiling programs</a></h2>
<dl>
<dt><a name="profiling_events" href="profiling.html#events">Messages as events</a></dt>
<dt><a name="profiling_monitors" href="profiling.html#monitors">Profilers as monitors</a></dt>
<dt><a name="profiling_summary" href="profiling.html#summary">Summary</a></dt>
</dl>
<div class="navbottom">
<a href="../glossary.html">glossary</a>
</div>
<div class="copyright">
Copyright &copy; <a href="mailto:pmoura@logtalk.org">Paulo Moura</a> &mdash; <a href="http://www.logtalk.org">Logtalk.org</a>
</div>
<div class="footer">
<p><span class="bleft"><a href="http://validator.w3.org/check/referer">XHTML</a> + <a href="http://jigsaw.w3.org/css-validator/check/referer">CSS</a></span><span class="bright">Last updated on: July 28, 2004</span></p>
</div>
</body>
</html>