<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<html>

<head>

<meta name=Generator content="Microsoft Word 11 (filtered)">
<style>
<!--
 /* Font Definitions */
 @font-face
        {font-family:Tahoma;
        panose-1:2 11 6 4 3 5 4 4 2 4;}
 /* Style Definitions */
 p.MsoNormal, li.MsoNormal, div.MsoNormal
        {margin:0in;
        margin-bottom:.0001pt;
        font-size:10.0pt;
        font-family:Arial;}
a:link, span.MsoHyperlink
        {color:blue;
        text-decoration:underline;}
a:visited, span.MsoHyperlinkFollowed
        {color:blue;
        text-decoration:underline;}
span.Typed
        {font-family:"Courier New";}
span.tty
        {font-family:"Courier New";}
span.Name
        {font-style:italic;}
span.Variable
        {font-family:"Times New Roman";
        font-style:italic;}
span.EmailStyle21
        {font-family:Arial;
        color:navy;}
@page Section1
        {size:8.5in 11.0in;
        margin:1.0in 1.25in 1.0in 1.25in;}
div.Section1
        {page:Section1;}
-->
</style>

</head>

<body lang=EN-US link=blue vlink=blue>

<div class=Section1>

<p class=MsoNormal><span style='color:navy'>You should prefix the function call
with the module.  E.g., “Module:hej().”</span></p>

<p class=MsoNormal><span style='color:navy'> </span></p>

<div style='border:none;border-left:solid blue 1.5pt;padding:0in 0in 0in 4.0pt'>

<div>

<div class=MsoNormal align=center style='text-align:center'>

<hr size=2 width="100%" align=center tabindex=-1>

</div>

<p class=MsoNormal><b><span style='font-family:Tahoma'>From:</span></b><span
style='font-family:Tahoma'> erlang-questions-bounces@erlang.org
[mailto:erlang-questions-bounces@erlang.org] <b>On Behalf Of </b>Circular
Function<br>
<b>Sent:</b> Wednesday, June 18, 2008 13:19<br>
<b>To:</b> erlang-questions@erlang.org<br>
<b>Subject:</b> [erlang-questions] function with no parameter?</span></p>

</div>

<p class=MsoNormal> </p>

<table class=MsoNormalTable border=0 cellspacing=0 cellpadding=0>
 <tr>
  <td valign=top style='padding:0in 0in 0in 0in'>
  <p class=MsoNormal>-export([hej/0,fib/1,fibx/1,fac/1, fac2/1,
  sq/1,cube/1,power/2, powerc/2,nCk/2]).<br>
  <br>
  hej() -> 12.<br>
  <br>
  this compiles but it doesnt work when calling in the shell.<br>
  <br>
  36> hej(). <br>
  ** exception error: undefined function shell_default:hej/0<br>
  <br>
  does this have anything to do with functions should be pure in erlang thus
  calling a fucntion with no parameter isnt allowed? but then why is creating
  them allowed?</p>
  </td>
 </tr>
</table>

<p class=MsoNormal> </p>

<div class=MsoNormal align=center style='text-align:center'>

<hr size=1 width="100%" align=center>

</div>

<p class=MsoNormal>Går det långsamt? Skaffa dig en snabbare
bredbandsuppkoppling.<br>
<a href="http://shopping.yahoo.se/c-100015813-bredband.html?partnerId=96914325">Sök
och jämför hos Yahoo! Shopping.</a></p>

</div>

</div>

</body>

</html>