show / hide menu

Assignment Operators

Assignment operator are symbols used to assign values to variables or controls. They typically combine an operation with assignment in a single step. 

Assignment (=): Assigns a value to a variable/control. For example, x = 5 assigns the value 5 to the variable x.