test if variable exists in lisp Get link Facebook X Pinterest Email Other Apps By Steve Morin July 22, 2009 test if variable exists in perl Just use the boundp function (setq x 1) => 1 (boundp 'x) => true Get link Facebook X Pinterest Email Other Apps Comments
Comments