<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"
                      "http://www.w3.org/TR/REC-html40/loose.dtd">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html">
  <meta name="Author" content="Keith Hopper">
  <meta name="GENERATOR" content="amaya V2.4">
  <meta http-equiv="Content-Style-Type" content="text/css">
  <link rel="stylesheet" href="../../../styles/house.css" type="text/css">
  <link rel="stylesheet" href="../../../styles/tabs.css" type="text/css">
  <link rel="stylesheet" href="../../../styles/vdm-sl.css" type="text/css">
  <link rel="stylesheet" href="../../../styles/sather.css" type="text/css">
  <title>Examples - 6.4.?.? ???</title>
</head>

<body background="../../../../../graphics/wvlogo.gif">


<table width="100%">
  <tbody>
    <tr>
      <td width="160" align="left"><a href="../../../../../index.html"><img
        src="../../../../../graphics/logo.gif" border="0" alt="Sather Home Page">
        </a></td>
      <td align="center" valign="middle"><h1>Examples
        8.17.?.?:<br>???</h1></p>
      </td>
      <td><img src="../../../../../graphics/w100.gif" border="0"></td>
    </tr>
  </tbody>
</table>

<p>The features of the required library class <a href="../bit.html">BIT</a>
are used in individual examples.  None of the examples given is a complete class nor necessarily a 'complete' method.</p>

<p>In all of the examples it will be assumed that the code shown is in a class
called, say, <em class="type">EXAMPLE</em>.


<h4><a name="create">create</a></h4>
<p class="subt">This feature would typically be used in a creation routine for the <em class="type">EXAMPLE</em> class as
follows -</p>

<div class="feature">
create : <em class="type">SAME</em> <em class="key">is</em><br>
<br>
<span class="tab1">me : <em class="type">SAME</em> := new ;</span><br>
<br>
<span class="tab2">--  other actions</span><br>
<br>
<span class="tab1">me.list := <a class="feature"
name="create">aref_create</a>(42) ; <br>
<br>
<em class="key">return</em> me</span><br>
<em class="key">end</em> ;
</div>


<hr width="100%">


<table align="center" cellpadding="0" cellspacing="1">
  <tbody>
    <tr>
      <td align="right" valign="middle"><a href="../../../../index.html"><img
        src="../../../../../graphics/larrow.gif" alt="" border="0">
        </a></td>
      <td align="left" valign="middle"><a href="../../../../index.html">Specification
      Index</a></td>
      <td align="right" valign="middle"><a href="../../../index.html"><img
        src="../../../../../graphics/larrow.gif" alt="" border="0">
        </a></td>
      <td align="left" valign="middle"><a href="../../../index.html">Language Index</a></td>
      <td align="right" valign="middle"><a href="../../index.html"><img
        src="../../../../../graphics/larrow.gif" alt="" border="0">
        </a></td>
      <td align="left" valign="middle"><a href="../../index.html">Section 6 Index</a></td>
    </tr>
  </tbody>
</table>

<table width="95%" align="center" border="0">
  <tbody>
    <tr>
      <td valign="middle" align="left"><span style="font-size: 10pt">Comments
        or enquiries should be made to</span><a href="mailto:kh@waikato.ac.nz"
        style="font-size: 10pt"> Keith Hopper</a><span style="font-size:      
                  10pt">.</span><br>
        <span style="font-size: 10pt">Page last modified: </span><span
        style="font-size: 10pt; font-style: italic"> Monday, 21 May
        2000.</span></td>
      <td valign="middle" align="right"><img
        src="../../../../../graphics/Amaya.gif" alt="Produced with Amaya"
        border="0">
      </td>
    </tr>
  </tbody>
</table>
</body>
</html>
