Are you sure you didn't forget to call the function with the module name?<br>module:hej().<br><br><br><div class="gmail_quote">2008/6/18 Circular Function <<a href="mailto:circularfunc@yahoo.se">circularfunc@yahoo.se</a>>:<br>
<blockquote class="gmail_quote" style="border-left: 1px solid rgb(204, 204, 204); margin: 0pt 0pt 0pt 0.8ex; padding-left: 1ex;"><table border="0" cellpadding="0" cellspacing="0"><tbody><tr><td style="font-family: inherit; font-style: inherit; font-variant: inherit; font-weight: inherit; font-size: inherit; line-height: inherit; font-size-adjust: inherit; font-stretch: inherit;" valign="top">
-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?<br></td></tr></tbody></table><div class="WgoR0d"><br>

      <hr size="1">
Går det långsamt? Skaffa dig en snabbare bredbandsuppkoppling.<br>
<a href="http://shopping.yahoo.se/c-100015813-bredband.html?partnerId=96914325" target="_blank">Sök och jämför hos Yahoo! Shopping.</a></div><br>_______________________________________________<br>
erlang-questions mailing list<br>
<a href="mailto:erlang-questions@erlang.org">erlang-questions@erlang.org</a><br>
<a href="http://www.erlang.org/mailman/listinfo/erlang-questions" target="_blank">http://www.erlang.org/mailman/listinfo/erlang-questions</a><br></blockquote></div><br>