عرض مشاركة واحدة
  #2  
قديم 05-04-2010, 12:44 PM
الصورة الرمزية الهاوى
الهاوى الهاوى غير متواجد حالياً
طالب جامعى ( صيدلة القاهرة )
 
تاريخ التسجيل: Aug 2008
العمر: 33
المشاركات: 210
معدل تقييم المستوى: 18
الهاوى is on a distinguished road
افتراضي

اقتباس:
المشاركة الأصلية كتبت بواسطة سيف سالم مشاهدة المشاركة
assignment statements carry out assignment operations, which consist of taking the value on the right side of the assignment operator (=) and storing it in the element on the left



x = y + z + findresult(3)

the preceding example adds the value held in variable y to the value held in variable z, and then adds the value returned by the call to function findresult. The total value of this expression is then stored in variable x.
وهذا معناه قبل تنفيذ أمر التخصيص
__________________