From: Salai Khine Date: 2007-06-17T00:02:16+09:00 Subject: Ruby arithmetic question. ------=_Part_36166_8100245.1182006137786 Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit Content-Disposition: inline Dear all, I am very new to ruby language. I have some question in Ruby arthmetic operation. Why did i get 2 ** 2 = 4 ?? a = 2 ** 2 puts a --> 4 Why ? It is like 2 ^ 2 = 4 ??? regards, salai. ------=_Part_36166_8100245.1182006137786--