Subject: Order of precedence
From: "Dark Ambient" <sambient gmail.com>
Date: Sat, 1 Jul 2006 01:07:58 +0900
Just checking
if I have
a = a - b*c
b*c gets calculated first then that result is subtracted from a ?
In other words, parantheses, in Ruby, is not necessary to make that
calculation ?
TIA
Stuart