Null object: Difference between revisions

m (→‎{{header|Phix}}: added syntax colouring the hard way)
Line 960:
 
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}}==
672

edits