(maplist '((L) (println L)) (range 1 4) )(maplist '((L) (println L) (rot L)) (range 1 4) )
Standard input is empty
(1 2 3 4) (2 3 4) (3 4) (4) (1 2 3 4) (1 2 3) (1 2) (1)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!