elt
Sequence function similar to aref, svref, char
> (elt '(a b c) 1)
B
> (elt "abc" 1)
#\b
> (elt (vector 1 2 3) 1)
2
> (elt nil 1)
ERROR
Previous slide
Next slide
Back to first slide
View graphic version