Yahoo! search interface: Difference between revisions

Content added Content deleted
(→‎{{header|AutoHotkey}}: simplified fix())
Line 6: Line 6:
translated from python example
translated from python example
<lang AutoHotkey>
<lang AutoHotkey>
test:
yahooSearch("test", 1)
yahooSearch("test", 1)
yahooSearch("test", 2)
yahooSearch("test", 2)
return


yahooSearch(query, page)
yahooSearch(query, page)