Search found 1 match

by balakc
Sun Aug 21, 2011 11:55 pm
Forum: newLISP in the real world
Topic: comparing integers are strings
Replies: 1
Views: 1303

comparing integers are strings

why does the following snippet evaluate to true?

Code: Select all

(< 2 "string")