|
1 COMMENT 2 3 @Section Synopsis 4 5 Reading web pages using Algol 68. 6 7 COMMENT 8 9 PR need curl PR 10 11 INT rc, STRING reply; 12 13 rc := http content (reply, "jmvdveer.home.xs4all.nl", "/hilbert-curve.html", 0); 14 print ((rc, UPB reply, new line, reply, new line)); 15 16 rc := https content (reply, "jmvdveer.home.xs4all.nl", "/hilbert-curve.html", 0); 17 print ((rc, UPB reply, new line, reply, new line)) 18
© 2002-2024 J.M. van der Veer (jmvdveer@xs4all.nl)
|