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