(display (cons (quote (a b c)) ' ()))(newline) (display (cons (quote (a b c)) #f))(newline) (display (cons (quote (a b c)) #t))(newline)
Standard input is empty
((a b c)) ((a b c) . #f) ((a b c) . #t)
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!