<div dir="ltr">I looked in racket documentation and discussion archives for a thread-through function as illustrated below but without success.<br><div>Any suggestions where I should look? OR please explain that line below only.<br></div><div>Looks like it is declaring thread-safe variables x e and any others I care to list.  Is that correct?<br></div><div><br>;Use a macro:<br>(thread-through x e …)<br>==<br>(let* ([x e] …) x) <br>;--------------------<br><br></div></div>