From: Michael T. <mt...@bb...> - 2006-01-10 20:10:55
|
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN"> <html> <head> <meta content="text/html;charset=ISO-8859-1" http-equiv="Content-Type"> <title></title> </head> <body bgcolor="#ffffff" text="#000000"> What is the "proper" way to test to see if a symbol is bound?<br> <br> I was expecting something like (bound? 'foo).<br> <br> I've been using (.isDefined 'foo) but surely there is something better...<br> <br> Thanks,<br> mik<br> <div class="moz-signature">-- <br> <table cellpadding="0" cellspacing="0" width="100%"> <tbody> <tr> <td> <font color="#808080" size="2"><b>Michael Thome</b></font><br> <font color="#8f8fff" size="2">BBN Technologies</font> <font color="#808080" size="2">10 Moulton St, Cambridge MA 02138 USA</font><br> <font color="#808080" size="2">phone: +1 617 873 1853</font><br> </td> </tr> </tbody> </table> </div> </body> </html> |