comparing integers are strings
Posted: Sun Aug 21, 2011 11:55 pm
why does the following snippet evaluate to true?
Code: Select all
(< 2 "string")
Friends and Fans of newLISP
http://www.newlispfanclub.alh.net/forum/
http://www.newlispfanclub.alh.net/forum/viewtopic.php?f=16&t=3934
Code: Select all
(< 2 "string")