Other Types of Tests
Numeric comparisons: >, >=, <, <=, =
Equality of objects: EQ, EQL, EQUAL
Equality of strings: string=, string-equal
(string-equal "Radar" "RADAR")
Type tests:
(typep x 'integer)
Previous slide
Next slide
Back to first slide
View graphic version