Comparing the values of two atoms
|
(= atom1 atom2) |
|
(/= atom1 atom2) |
|
(< atom1 atom2) |
|
(<= atom1 atom2) |
|
(> atom1 atom2) |
|
(>= atom1 atom2) |
Examples
(= 3 3.0) |
T |
(/= 2 3 4 8) |
T |
(= "ab" "ab") |
T |
(< 1 3 7) |
|
(< 2 4 4 7) |
This website has been archived and is no longer maintained.