7 lines
98 B
Plaintext
7 lines
98 B
Plaintext
(use mod2)
|
|
(use core)
|
|
|
|
(define a (cons 1 (cons 2 (cons 3 (cons 4 nil)))))
|
|
|
|
(print (list-ref a 1))
|