(define function7 (lambda () '())) (define go (lambda ()(display "running go...")(newline)(function7))) (go)
Standard input is empty
running go...
The brand new service which powers Ideone!
Widget for compiling and running the source code in a web browser!