This is the mail archive of the kawa@sources.redhat.com mailing list for the Kawa project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

begin at top-level?


How come begin returns a different value at the top level?  For example:

    #|kawa:2|# (begin 'a 'b)
    ab
    #|kawa:3|# (define (foo) (begin 'a 'b))
    #|kawa:4|# (foo)
    b

Curiously,
Chris Dean


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