Type detection: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way, phix/basics)
m (Added tester function to Python)
Line 638: Line 638:
>>> type({}) is dict
>>> type({}) is dict
True</pre>
True</pre>

=== Specific tester functions ===

* [https://docs.python.org/3/library/functions.html#isinstance isinstance()]


=={{header|Racket}}==
=={{header|Racket}}==