Re: uri_qq readme borked
Anne Ogborn <[email protected]>
| Newsgroups | gmane.comp.ai.prolog.swi |
|---|---|
| Message-ID | <[email protected]> |
also,
:- use_module(library(uri_qq)).
:- use_module(library(http/http_client)).
main :-
Path = search,
Params = [q='prolog is awesome'],
http_get({|uri||google.com/$Path?$Params|}, Content, []),
write(Content).
doesn't work - complains right after uri in the quasiquote
8c/ I'm on 6.3.17 - is this a version issue?