Hi guys,

I am new to Julia and learning from scratch. I ran into the compound 
expression like this:


tri=base=5;height=10;1/2*base*height


This is to calculate the triangle area. The result is right. But I am 
concerned about the value of "tri". What is it after the calculation. 
Shouldn't it be 25? Julia told me it is 5!!

Can anybody help me with this?

Reply via email to