Re: Why not == ?
- Posted by achury Nov 05, 2022
- 794 views
Try this:
? equal(2, 2) ? equal({2,3,4}, {2,3,4}) ? 2=2 ? {2,3,4}={2,3,4}
equal() and "=" are the same for atoms, but not for sequences.
Marco Achury
Try this:
? equal(2, 2) ? equal({2,3,4}, {2,3,4}) ? 2=2 ? {2,3,4}={2,3,4}
equal() and "=" are the same for atoms, but not for sequences.
Marco Achury