Friends and Fans of newLISP
Skip to content
Post by eddier » Fri Mar 18, 2005 3:59 pm
Code: Select all
> (setq a '((1 2) 3)) ((1 2) 3) > (a 1) 3 >
Post by Lutz » Fri Mar 18, 2005 4:27 pm
(set 'L '(a b (c d (e f) g))) (L 2 2 0 ) => e (set 'vec '(2 2 0)) (L vec) => e
Return to “newLISP newS”
Powered by phpBB® Forum Software © phpBB Limited
Privacy | Terms