This is the mail archive of the kawa@sourceware.org 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]

Embedded sequence element expression in string template


Is this correct?

#|kawa:1|# (scheme-implementation-version)
1.14.1 (revision 8024)
#|kawa:2|# (define a '#("A" "B" "C"))
#|kawa:3|# &{&[(vector-ref a 1)]}
B
#|kawa:4|# &{&[(a 1)]}
1
#|kawa:5|# 

I expect &{&[(a 1)]} to be "B".


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