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

4 lines
155 B
Text

;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "https:/sourceforge.net")