(defun f () (a) (b) (a)) (defun a() (print 'a))(defun b() (defun a() (print 'a2)) (print 'b)) (f)
Standard input is empty
A B A2
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!