(define x (list 1 2 3)); (set-cdr! (cddr x) x)(set! *print-circle* #t) ; How to enable in chicken scheme?(format #t "~A~%" x);(display x);(print x)
Standard input is empty
(1 2 3)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!