Re: [Pharo-users] Octal multiplication

2017-04-23 Thread raffaello . giulietti
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

Re: [Pharo-users] Octal multiplication

2017-04-23 Thread Peter Uhnak
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

[Pharo-users] Octal multiplication

2017-04-23 Thread nacho
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.