This is the mail archive of the guile@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]

various - Oops


'thi' was kind enough to point out that my example should read
(list-ref '(foo bar baz) 0), not (list-ref '(foo bar baz) 1).  I forgot
it's zero-based.
Thanks thi.
--