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