RosettaCodeData/Task/HTTPS/EchoLisp/https.l

5 lines
155 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
;; asynchronous call back definition
(define (success name text) (writeln 'Loaded name) (writeln text))
;;
(file->string success "https:/sourceforge.net")