
Re: "truncated to their floor value" ?!
Thank you for the response, Leibnix.
I think that your opinion is right.
Then, the manual is corrected. (Thank you, Lutz.)
And, I had used C before.
I often used to convert integer form float by the following :
Code:
(printf "%d\n" (int)(-2.3)) → -2
Then, I think that the following is usual in newLISP :
Also, integer operations works.