int x = null
int y = 25

x:=y

if x = null
  print "not assignd"
else
  print "ok"
/if