int x = null int y = 25 x := y if x = null print "non assign‚" else print "ok" /if x = 15 y = null x := y print x