يتم احتساب قيمة التعبير الموجود على يمين العلامة = (قبل بعد اثناء التخصيص assignment
Visual Basic
Copy Code
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.