]> gitweb.factorcode.org Git - factor.git/blob - extra/yahoo/yahoo-docs.factor
io.streams.tee: more tests
[factor.git] / extra / yahoo / yahoo-docs.factor
1 USING: help.syntax help.markup ;
2 IN: yahoo
3
4 HELP: yahoo-search
5 { $values { "search" search } { "seq" "sequence of arrays of length 3" } }
6 { $description "Uses Yahoo's REST API to search for the specified query, getting the number of answers specified. Returns a sequence of " { $link result } " instances." } ;