5 lines
73 B
Text
5 lines
73 B
Text
|
|
variable foo = NULL;
|
||
|
|
print(foo);
|
||
|
|
if (foo == NULL)
|
||
|
|
print(typeof(foo));
|