This is the mail archive of the
guile@sourceware.cygnus.com
mailing list for the Guile project.
Bad define placement?
- To: guile@sourceware.cygnus.com
- Subject: Bad define placement?
- From: James Dean Palmer <james@tiger-marmalade.com>
- Date: 27 Aug 1999 08:43:19 -0500
- Reply-To: James Dean Palmer <james@tiger-marmalade.com>
I've gotten a new error with 1.3.2 on some code that worked with 1.3.1:
(define (foo bar)
(display bar)
(define c "World")
(display c) )
(foo "Hello ")
This gives an error "Bad define placement". Is the above code really
incorrect?
--
James Dean Palmer Graduate Student
james@tiger-marmalade.com Visualization Sciences Program
http://www.tiger-marmalade.com/~james/ Texas A&M University