Null object: Difference between revisions

Content added Content deleted
m (→‎{{header|Phix}}: added syntax colouring the hard way)
Line 960: Line 960:


For more detail on K's concept of typed nulls, see http://code.kx.com/wiki/Reference/Datatypes#Primitive_Types
For more detail on K's concept of typed nulls, see http://code.kx.com/wiki/Reference/Datatypes#Primitive_Types

=={{header|Klingphix}}==
<lang Klingphix>%t nan !t
$t nan == ?</lang>
{{out}}
<pre>1</pre>


=={{header|Kotlin}}==
=={{header|Kotlin}}==