(define a 10) (define (test) (display a)) (let ((a 1)) (test))
Standard input is empty
10
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!