📝 fixed documentation

There was an issue in the documentation example before. Unfortunately, I did not recreate the example outputs.
parent 87bccbc3
<a target="_blank" href="https://wandbox.org/permlink/fYRwW2ctRMeM0Lof"><b>online</b></a> <a target="_blank" href="https://wandbox.org/permlink/NO1FFrAierprHk0j"><b>online</b></a>
\ No newline at end of file \ No newline at end of file
[1,2,3] == [1,2,4] true [1,2,3] != [1,2,4] true
{"A":"a","B":"b"} == {"A":"a","B":"b"} false {"A":"a","B":"b"} != {"A":"a","B":"b"} false
17 == 17.0 false 17 != 17.0 false
"foo" == "bar" true "foo" != "bar" true
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment