<html><head></head><body style="word-wrap: break-word; -webkit-nbsp-mode: space; -webkit-line-break: after-white-space; "><br><div><div>On Apr 24, 2010, at 11:34 AM, Brett Cannon wrote:</div><blockquote type="cite"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin-top: 0px; margin-right: 0px; margin-bottom: 0px; margin-left: 0.8ex; border-left-width: 1px; border-left-color: rgb(204, 204, 204); border-left-style: solid; padding-left: 1ex; position: static; z-index: auto; "><div class="gmail_quote"><div class="im"><div><font class="Apple-style-span" color="#000000"><br></font></div></div></div></blockquote><div>Well, I suspect I am not alone with having never heard of the term "anaphoric if" (and Google backs me up; this very thread is now search result #4 for [anaphoric if]). It seems to come from the Lisp world and is literally nothing more than syntactic sugar for inlining the assignment statement of what is being tested by an 'if' statement. So no fancy restrictive scoping of the variable; this would be dead-simple syntactic sugar.</div></div></blockquote><div><br></div><div>The term anaphoric reference seems to be from the field of linguistics.  Wikipedia gives this explanation:</div><div>"""</div><div>An anaphoric reference, when opposed to cataphora, refers to something 
within a text that has been previously identified. For example, in <i>"Susan
 dropped the plate. It shattered loudly"</i> the word <i>"it"</i> refers
 to the phrase <i>"the plate"</i>.</div><div>""" </div><div><br></div><div><br></div><div>Raymond</div></div></body></html>