复合表达式中的原子表达式英文名称
The English names for atomic expressions in compound expressions are:
- Variable expression: an expression that refers to a variable.
- Literal expression: an expression that represents a fixed value, such as a number or a string.
- Function call expression: an expression that invokes a function with a given set of arguments.
- Object expression: an expression that represents an object, typically used in object-oriented programming languages.
- Array expression: an expression that represents an array, which is a collection of elements.
- Boolean expression: an expression that evaluates to either true or false.
- Comparison expression: an expression that compares two values and returns a boolean result.
- Assignment expression: an expression that assigns a value to a variable.
- Arithmetic expression: an expression that performs mathematical operations, such as addition, subtraction, multiplication, or division
原文地址: http://www.cveoy.top/t/topic/iXbG 著作权归作者所有。请勿转载和采集!