[gambit-list] Determine if symbol is bound

William James w_a_x_man at yahoo.com
Sun May 8 16:30:01 EDT 2011


How do you check to see if a symbol is already bound?
To be used in this fashion:

(if (bound? x)
  (set! x 22)
  (define x 22))



More information about the Gambit-list mailing list