| Paste number 119362: | internal defines |
| Pasted by: | erjiang |
| When: | 1 year, 3 months ago |
| Share: | Tweet this! | http://paste.lisp.org/+2K3M |
| Channel: | #chicken |
| Paste contents: |
(define (x)
(define (foo) (length bar))
(define bar `(1 2 3 ,foo))
(foo))
(x) ;; => should be 4
;;
;; $ csc blah.ss
;; $ ./blah
;; Error: unbound variable: r32
;;This paste has no annotations.