Mike;<br><br><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex;">What about this:<br><br></blockquote><div><br></div><div>Well;</div><div><br></div>
<div>fun int foo( int arg)</div><div>  {</div><div>  return 3;</div><div>  } </div><div><br></div><div>fun void bar( int arg)</div><div>  {</div><div>  <<<"boring">>>;</div><div>  }</div><div><br>
</div><div>//overload</div><div>fun void bar ( fun arg)</div><div>  {</div><div>  <<<"fun">>>;</div><div>  }</div><div><br></div><div>1 => foo => bar;</div><div><br></div><div>Would that print "fun" or "boring"? That last line is a case where we refer to the function without parentheses yet still expect it to be called and to return under current syntax.</div>
<div><br></div><div>Yours,</div><div>Kas.</div></div>