Language
Compiler
Options
$
[1,2,3] != nullptr true
{"A":"a","B":"b"} != nullptr true
17 != nullptr true
"foo" != nullptr true
null != nullptr false
Exit Code:
0
Author
anonymous
almost 5 years ago
Author
anonymous
almost 5 years ago
$
[1,2,3] != nullptr true
{"A":"a","B":"b"} != nullptr true
17 != nullptr true
"foo" != nullptr true
null != nullptr false