$x = $null if ($x = $null) println "x is null" else println "x is not null" end if