Type detection: Difference between revisions

m
Regularize non-standard header markup
m (Regularize non-standard header markup)
Line 329:
</pre>
 
== {{header|J}} ==
 
Presumably this satisfies the task requirements...
Line 338:
1</lang>
 
== {{header|Java}} ==
{{trans|Kotlin}}
<lang Java>public class TypeDetection {
Line 366:
'true' is some other type</pre>
 
== {{header|JavaScript}} ==
 
[https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Operators/typeof?redirectlocale=en-US&redirectslug=JavaScript%2FReference%2FOperators%2Ftypeof]
Line 428:
</lang>
 
== {{header|OASYS Assembler}} ==
 
<lang oasys_oaa>
Line 581:
</pre>
 
== {{header|PHP}} ==
 
[http://php.net/manual/en/function.gettype.php]
Line 617:
</pre>
 
== {{header|Python}} ==
Built-in function <code>type()</code>
<pre>
10,327

edits