This is the mail archive of the guile@sourceware.cygnus.com mailing list for the Guile project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

Bad define placement?



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

Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]