No smart quotes here
[factor/jcg.git] / extra / yahoo / yahoo-docs.factor
blob1758d62029483822df1e85a6e52b31f5c78f957a
1 USING: help.syntax help.markup ;
2 IN: yahoo
4 HELP: search-yahoo
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." } ;