var x: Int? = 4; println( x is Int ); ==> ...
# kobalt
e
var x: Int? = 4; println( x is Int ); ==> true