On 23/04/17 15:13, nacho wrote:
> Hello,
> This could sound like a dumb question, it may be.
> If I print:
> 8r3 * 8r3 I get 9.
> It seems that Pharo converts first to decimal and then performs the
> multiplication. How do I get the result in octal which should be 8r11?
> Thanks!
>
Hi Nacho
Ther
On Sun, Apr 23, 2017 at 06:13:42AM -0700, nacho wrote:
> Hello,
> This could sound like a dumb question, it may be.
> If I print:
> 8r3 * 8r3 I get 9.
> It seems that Pharo converts first to decimal and then performs the
> multiplication. How do I get the result in octal which should be 8r11?
#pr
Hello,
This could sound like a dumb question, it may be.
If I print:
8r3 * 8r3 I get 9.
It seems that Pharo converts first to decimal and then performs the
multiplication. How do I get the result in octal which should be 8r11?
Thanks!
-
Nacho
Smalltalker apprentice.
Buenos Aires, Argentina.