variable and symbol
Posted: Fri Apr 05, 2013 6:50 am
When reading the document today, I see there are two terms that are used for describing set.
In the following table:
http://www.newlisp.org/downloads/newlis ... estructive
I find:
set sets the contents of a variable
And when looking into the detail of set, I see
I am confused, is symbol same as variable?
In the following table:
http://www.newlisp.org/downloads/newlis ... estructive
I find:
set sets the contents of a variable
And when looking into the detail of set, I see
Code: Select all
syntax: (set sym-1 exp-1 [sym-2 exp-2 ... ])
Evaluates both arguments and then assigns the result of exp to the symbol found in sym.