Getting Started: tut.erl : exiting with an error?!?

Vance Shipley vances@REDACTED
Fri Jan 14 17:48:12 CET 2005


On Fri, Jan 14, 2005 at 08:42:10AM +0000, Michael Williams wrote:
}  
}    Another way to shutdown the Erlang system is by entering halt():
}  
}    3> halt().


And yet another way is:

	1> q().


This is an alias from the c module:
 
   q() -> void()

   This function is shorthand for init:stop(), i.e., it causes the
   node to stop in a controlled fashion.



   -Vance



More information about the erlang-questions mailing list