<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html>
<head>
  <meta http-equiv="Content-Type" content="text/html;charset=ISO-8859-1">
  <title></title>
</head>
<body text="#000000" bgcolor="#ffffff">
Hi,<br>
<br>
i try to run this:<br>
<meta http-equiv="CONTENT-TYPE" content="text/html; charset=utf-8">
<title></title>
<meta name="GENERATOR" content="OpenOffice.org 1.1.0  (Linux)">
<meta name="CREATED" content="20040112;12365500">
<meta name="CHANGED" content="20040120;11271100">
<style>
        <!--
                @page { size: 8.27in 11.69in; margin: 0.79in }
                P { margin-bottom: 0.08in }
        -->
        </style>
<p style="margin-bottom: 0in;"><small>-module(ma).</small></p>
<p style="margin-bottom: 0in;"><small>-export([start/0, loop/0]).
start()
-></small></p>
<p style="margin-bottom: 0in;"><small> spawn(ma, loop, []). </small></p>
<p style="margin-bottom: 0in;"><small>loop() -></small></p>
<p style="margin-bottom: 0in;"><small> io:format(" 2 +* 4 = ~p
~~n", [2+3*4]),</small></p>
<p style="margin-bottom: 0in;"><small> timer:sleep(2000),</small></p>
<p style="margin-bottom: 0in;"><small> loop().</small></p>
<br>
and try to fix the error (missing "3"), while the program is running,
just to understand.<br>
But if I compile it new and connect the job it is still the old version
shown, why?<br>
<br>
<br>
I am sorry, because of my poor english.<br>
Many thanks for your help<br>
<br>
Markus<br>
</body>
</html>