diff options
author | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-17 12:13:03 +0200 |
---|---|---|
committer | Matthias Andreas Benkard <matthias@benkard.de> | 2008-08-18 11:41:27 +0200 |
commit | 04eec3a4532b7426c1cdee08b95f3ae658d07ae5 (patch) | |
tree | 883c990d09caa84319e24f7bfb9dc03d04e780ee | |
parent | 895d77b4c03ec8553dbe29fa487b2024ec466ab6 (diff) |
init.lisp: Test QUOTE.
-rw-r--r-- | init.lisp | 4 |
1 files changed, 4 insertions, 0 deletions
@@ -30,6 +30,10 @@ (y args)) args x y)))) (ns-log (test5 1 2 3)) +(%fset 'test6 (compile '(sys::%lambda args (let ((x 'value-x) + (y 'value-y)) + args x y)))) +(ns-log (test6 1 2 3)) ;; (load "util.lisp") ;; (load "defun-0.lisp") |