Truncation.
"abcdefg"/3;
(1) Result: ({ /* 2 elements */ "abc", "def" })
"abcdefg"/3.0;
(2) Result: ({ /* 3 elements */ "abc", "def", "g" })
/ Martin Nilsson (bygger parser
Previous text:
2003-01-02 22:10: Subject: Re: PLEAC
<curios> I have no pike handy at the moment. What is the difference between using a float and an integer? </curios>
/ Peter Lundqvist (disjunkt)