Yahoo! search interface: Difference between revisions

Content added Content deleted
(Added Kotlin)
(Found incorrectness, it doesn't work.)
Line 449: Line 449:
osettaCode</b>) CALL transfers control to the first statement of a SUBROUTINE. C
osettaCode</b>) CALL transfers control to the first statement of a SUBROUTINE. C
ALL subroutine_name[argument1, ..."</pre>
ALL subroutine_name[argument1, ..."</pre>

=={{header|Java}}==
=={{header|Java}}==
{{incorrect|Java}}
<lang java>import java.io.BufferedReader;
<lang java>import java.io.BufferedReader;
import java.io.IOException;
import java.io.IOException;
Line 608: Line 608:
}
}
}</lang>
}</lang>

=={{header|Kotlin}}==
=={{header|Kotlin}}==
{{incorrect|Kotlin}}
This is based on the C# entry but uses a regular expression based on what appears to be the Yahoo! format as at the date of this entry (4 December 2017).
This is based on the C# entry but uses a regular expression based on what appears to be the Yahoo! format as at the date of this entry (4 December 2017).
<lang scala>// version 1.2.0
<lang scala>// version 1.2.0
Line 656: Line 656:
}
}
}</lang>
}</lang>

Output (restricted to first three results on first two pages):
Output (restricted to first three results on first two pages):
<pre>
<pre>PAGE 1 =>
PAGE 1 =>


Title: Rosetta Code - Official Site
Title: Rosetta Code - Official Site
Line 685: Line 683:
Title: Rosetta Code and ABAP | SAP Blogs
Title: Rosetta Code and ABAP | SAP Blogs
Link : https://blogs.sap.com/2015/03/27/rosetta-code-and-abap/
Link : https://blogs.sap.com/2015/03/27/rosetta-code-and-abap/
Text : Last week Christian Drumm (@ceedee666) and Fred Verheul (@fredverheul) had a short conversation on ...
Text : Last week Christian Drumm (@ceedee666) and Fred Verheul (@fredverheul) had a short conversation on ...</pre>
</pre>


=={{header|Mathematica}}==
=={{header|Mathematica}}==