Language
Compiler
Options
$ [1,2,3] == [1,2,4] true
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
17 == 17.0 false
"foo" == "bar" true
Exit Code:
0
Author
anonymous
over 8 years ago
Author
anonymous
over 8 years ago
$ [1,2,3] == [1,2,4] true
{"A":"a","B":"b"} == {"A":"a","B":"b"} false
17 == 17.0 false
"foo" == "bar" true