<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; ">I am writing documentation. What are acceptable words for the following brackets?<div><br></div><div>The function f [what verbs are ok?] a name, then [what about here?] a phone number.</div><div><br></div><div>rac</div><div><br></div><div><br></div><div><br><div><div>On Sep 8, 2012, at 9:07 AM, Joe Marshall wrote:</div><br class="Apple-interchange-newline"><blockquote type="cite"><p dir="ltr">A Scheme procedure might return a value, or it might delegate to another procedure (via tail recursion).&nbsp; This is a key point: languages without tail recursion cannot delegate to another procedure. They can do a limited simulation of delegation by chaining the returns, but this adds an O(n) space overhead to the computation and consumes stack space, which is a finite resource (hence the limit).</p>

____________________<br> &nbsp;Racket Users list:<br> &nbsp;<a href="http://lists.racket-lang.org/users">http://lists.racket-lang.org/users</a><br></blockquote></div><br></div></body></html>