RosettaCodeData/Task/HTTPS/PicoLisp/https.l

3 lines
128 B
Text
Raw Permalink Normal View History

2023-07-01 11:58:00 -04:00
(in '(curl "https://sourceforge.net") # Open a pipe to 'curl'
(out NIL (echo)) ) # Echo to standard output