p73 Introduction to newLISP
Posted: Sun Aug 26, 2007 5:14 pm
p73's topic is "6 Apply and map: applying functions to lists"
In part it says:
Since we're holding the data in a symbol called data, we could try this:
(add data)
value expected in function add : data
but no, this doesn't work, because add wants numbers to add, and neither does this:
(add data)
value expected in function add : data
The two examples above seem identical to me. What did I miss?
--
dukester
In part it says:
Since we're holding the data in a symbol called data, we could try this:
(add data)
value expected in function add : data
but no, this doesn't work, because add wants numbers to add, and neither does this:
(add data)
value expected in function add : data
The two examples above seem identical to me. What did I miss?
--
dukester