RosettaCodeData/Task/HTTPS/EchoLisp/https.echolisp

5 lines
155 B
Text
Raw Permalink Normal View History

2016-12-05 23:44:36 +01:00
;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "https:/sourceforge.net")