Simple List Operations cont’d
(nth 0 '(a b c)) => a
(nth 2 '(a b c)) => c
(nth 5 '(a b c)) => nil
(length '(power gnd clk1 clk2)) => 4
(length NIL) => 0
Previous slide
Next slide
Back to first slide
View graphic version