CEFR B2

assignment operator

noun phrase

Meaning

A symbol or keyword used in programming to assign a value to a variable, often represented by a symbol such as '=' or ':=', and is a fundamental component of programming languages.

Examples

  • The assignment operator '=' is used to assign the value 10 to the variable 'x'.
  • In some programming languages, the assignment operator ':=' is used instead of '='.