Text only
|
Text with Images
newLISP Fan Club
Forum => newLISP in the real world => Topic started by: balakc on August 21, 2011, 04:55:07 PM
Title:
comparing integers are strings
Post by:
balakc
on
August 21, 2011, 04:55:07 PM
why does the following snippet evaluate to
true
?
Code
Select
Expand
(< 2 "string")
Title:
Re: comparing integers are strings
Post by:
Lutz
on
August 21, 2011, 05:13:28 PM
see here:
http://www.newlisp.org/downloads/newlisp_manual.html#logical
Text only
|
Text with Images