From: Shy
Subject: How to declare a global variable
Date: 
Message-ID: <82isf1$mao@news.or.intel.com>
Hi there,

Let's say that I get from the user a list of atoms as an argument
and I want each one  of  them to become global known as an symbol/variable
in my program. Something like this :
(call2func '(a b))

and I want to have a and b as  global variable that I can assign values
to them.

Thanks,

Shy