Sophie

Sophie

distrib > Mandriva > 2010.0 > i586 > media > contrib-release > by-pkgid > bd5c3d824c3db63ffd9226c15941e6ad > files > 172

mozart-1.4.0-1mdv2010.0.i586.rpm

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML><HEAD><TITLE>Table of Contents</TITLE><LINK href="ozdoc.css" rel="stylesheet" type="text/css"></HEAD><BODY><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node1.html#chapter.introduction">Next &gt;&gt;</A></TD></TR></TABLE><H1><A name="label1">Table of Contents</A></H1><HR><UL class="toc"><LI><A href="toc.html#label1">Table of Contents</A></LI><LI><A href="node1.html#chapter.introduction">1 Introduction</A><UL class="toc"><LI><A href="node1.html#label2">Acknowledgements</A></LI></UL></LI><LI><A href="node2.html#chapter.typestruct">2 Type Structure and Description Format</A><UL class="toc"><LI><A href="node2.html#label3">2.1 Type Structure</A><UL class="toc"><LI><A href="node2.html#label4">Primary Types</A></LI><LI><A href="node2.html#label7">Secondary Types</A></LI></UL></LI><LI><A href="node2.html#label10">2.2 Variable Status</A></LI><LI><A href="node2.html#section.typestruct.format">2.3 Description Format</A><UL class="toc"><LI><A href="node2.html#label11">Types</A></LI><LI><A href="node2.html#label12">Modes</A></LI><LI><A href="node2.html#label13">Naming Conventions</A></LI><LI><A href="node2.html#label14">A Note on the Examples</A></LI></UL></LI></UL></LI><LI><A href="value.html#chapter.values">3 Values</A><UL class="toc"><LI><A href="node3.html#section.values.general">3.1 Values in General</A></LI><LI><A href="node4.html#section.values.status">3.2 Variable Status</A></LI><LI><A href="node5.html#section.values.comparison">3.3 Comparisons</A></LI></UL></LI><LI><A href="node6.html#chapter.numbers">4 Numbers</A><UL class="toc"><LI><A href="number.html#section.numbers.general">4.1 Numbers in General</A></LI><LI><A href="int.html#section.numbers.integers">4.2 Integers</A></LI><LI><A href="float.html#section.numbers.floats">4.3 Floats</A></LI></UL></LI><LI><A href="node7.html#chapter.literals">5 Literals</A><UL class="toc"><LI><A href="literal.html#section.literals.general">5.1 Literals in General</A></LI><LI><A href="atom.html#section.literals.atoms">5.2 Atoms</A></LI><LI><A href="name.html#section.literals.names">5.3 Names</A></LI><LI><A href="bool.html#section.literals.bool">5.4 Truth Values</A></LI><LI><A href="unit.html#section.literals.unit">5.5 The Value Unit</A></LI></UL></LI><LI><A href="node8.html#chapter.records">6 Records, Tuples, and Lists</A><UL class="toc"><LI><A href="record.html#section.records.records">6.1 Records in General</A></LI><LI><A href="tuple.html#section.records.tuples">6.2 Tuples</A></LI><LI><A href="list.html#section.records.lists">6.3 Lists</A></LI></UL></LI><LI><A href="node9.html#chapter.text">7 Text</A><UL class="toc"><LI><A href="char.html#section.text.characters">7.1 Characters</A></LI><LI><A href="string.html#section.text.strings">7.2 Strings</A></LI><LI><A href="bytestring.html#section.text.bytestrings">7.3 Byte Strings</A></LI><LI><A href="virtualstring.html#section.text.virtualstrings">7.4 Virtual Strings</A></LI></UL></LI><LI><A href="node10.html#chapter.proccells">8 Procedures and Cells</A><UL class="toc"><LI><A href="procedure.html#section.proccells.procedures">8.1 Procedures</A></LI><LI><A href="cell.html#section.proccells.cells">8.2 Cells</A></LI></UL></LI><LI><A href="node11.html#chapter.chunks">9 Chunks</A><UL class="toc"><LI><A href="chunk.html#section.chunks.general">9.1 Chunks in General</A></LI><LI><A href="array.html#section.chunks.arrays">9.2 Arrays</A></LI><LI><A href="dictionary.html#section.chunks.dictionaries">9.3 Dictionaries</A></LI><LI><A href="weakdictionary.html#section.chunks.weakdictionaries">9.4 Weak Dictionaries</A></LI><LI><A href="bitarray.html#section.chunks.bitarrays">9.5 Bit Arrays</A></LI><LI><A href="port.html#section.chunks.ports">9.6 Ports</A></LI><LI><A href="lock.html#section.chunks.locks">9.7 Locks</A></LI><LI><A href="class.html#section.chunks.classes">9.8 Classes</A></LI><LI><A href="object.html#section.chunks.objects">9.9 Objects</A><UL class="toc"><LI><A href="object.html#label664">The <CODE>BaseObject</CODE> Class</A></LI></UL></LI><LI><A href="functor.html#section.chunks.functors">9.10 Functors</A></LI></UL></LI><LI><A href="node12.html#chapter.control">10 Control</A><UL class="toc"><LI><A href="node13.html#section.control.general">10.1 General</A></LI><LI><A href="loop.html#section.control.loops">10.2 Loops</A></LI><LI><A href="time.html#section.control.time">10.3 Time</A><UL class="toc"><LI><A href="time.html#label714">The Repeater Class</A></LI></UL></LI><LI><A href="exception.html#section.control.exceptions">10.4 Exceptions</A></LI><LI><A href="thread.html#section.control.threads">10.5 Threads</A></LI></UL></LI><LI><A href="node14.html#chapter.infix">11 Infix Notations</A></LI><LI><A href="node15.html#chapter.misc">12 Miscellaneous</A><UL class="toc"><LI><A href="bitstring.html#section.misc.bitstrings">12.1 Bit Strings</A></LI><LI><A href="foreignpointer.html#section.misc.foreignpointers">12.2 Foreign Pointers</A></LI></UL></LI><LI><A href="bib.html#label798">Bibliography</A></LI><LI><A href="idx.html#label799">Index</A></LI></UL><HR><TABLE align="center" border="0" cellpadding="6" cellspacing="6" class="nav"><TR bgcolor="#DDDDDD"><TD><A href="index.html">- Up -</A></TD><TD><A href="node1.html#chapter.introduction">Next &gt;&gt;</A></TD></TR></TABLE><HR><ADDRESS><A href="http://www.ps.uni-sb.de/~duchier/">Denys&nbsp;Duchier</A>, <A href="http://www.ps.uni-sb.de/~kornstae/">Leif&nbsp;Kornstaedt</A> and&nbsp;<A href="http://www.ps.uni-sb.de/~schulte/">Christian&nbsp;Schulte</A><BR><SPAN class="version">Version 1.4.0 (20090610)</SPAN></ADDRESS></BODY></HTML>