RosettaCodeData/Task/HTTPS/EchoLisp/https.echolisp

5 lines
155 B
Plaintext

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