[chuck-users] devide issue?

Graham Percival gpermus at gmail.com
Wed May 10 03:34:39 EDT 2006


On 10-May-06, at 12:03 AM, Kassen wrote:

> Deviding a int by a int results in a int returned like here;
> ------
> <<<(2 / 3)>>>;
>
> //or even like this;
>
> 2 / 3 => float a;
> <<<a>>>;

Note that you can get a float like this:
2 / 3.0 => float a;
<<< a >>>;

Cheers,
- Graham



More information about the chuck-users mailing list