*** empty log message ***

This commit is contained in:
2005-09-20 12:06:51 +00:00
parent add76da3fa
commit b5cbca0e8d
14 changed files with 473 additions and 168 deletions

View File

@ -1,4 +1,5 @@
(setq x (lambda (x) (+ x 20 30 40)))
;(setq x (lambda (x) (+ x 20 30 40)))
(defun x(x) (+ x 20 30 40))
(x 100)
(x 100)
(x 100)