RosettaCodeData/Task/HTTP/EchoLisp/http.echolisp
2016-12-05 23:44:36 +01:00

4 lines
154 B
Text

;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "http://www.google.com")