Code: Select all
> (integer? 25)
trueCode: Select all
> (integer? (sqrt 25))
nilis evaluateing the sqrt function, rather than the result of the function.
Am I misunderstanding how newLisp evaluates data?
Code: Select all
> (integer? 25)
trueCode: Select all
> (integer? (sqrt 25))
nil