comparing integers are strings

Q&A's, tips, howto's
Locked
balakc
Posts: 1
Joined: Sun Aug 21, 2011 11:51 pm

comparing integers are strings

Post by balakc »

why does the following snippet evaluate to true?

Code: Select all

(< 2 "string")

Lutz
Posts: 5289
Joined: Thu Sep 26, 2002 4:45 pm
Location: Pasadena, California
Contact:

Re: comparing integers are strings

Post by Lutz »


Locked