a newbies question

Markus Wilke markus@REDACTED
Tue Jan 20 12:18:59 CET 2004


Hi,

i try to run this:

-module(ma).

-export([start/0, loop/0]). start() ->

spawn(ma, loop, []).

loop() ->

io:format(" 2 +* 4 = ~p ~n", [2+3*4]),

timer:sleep(2000),

loop().


and try to fix the error (missing "3"), while the program is running, 
just to understand.
But if I compile it new and connect the job it is still the old version 
shown, why?


I am sorry, because of my poor english.
Many thanks for your help

Markus
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://erlang.org/pipermail/erlang-questions/attachments/20040120/71424fc5/attachment.htm>


More information about the erlang-questions mailing list