Fixed a bug related to this option.
[picobit.git] / tests / test-set-cdr.scm
blob705a68e26267a327a85f2232b218619d58f72895
1 (define x (cons 2 3))
2 (set-cdr! x 4)
3 (display (cdr x))