test if variable exists in lisp

test if variable exists in perl

Just use the boundp function


(setq x 1) => 1
(boundp 'x) => true

Comments

Popular posts from this blog

Vim vi how to reload a file your editing