顺序计算 meaning in English
sequencing computation
Examples
- Left - associative operators are evaluated in order from left to right
左结合运算符按从左到右的顺序计算。 - Right - associative operators are evaluated in order from right to left
右结合运算符按从右到左的顺序计算。 - Statement is evaluated in order
,则按顺序计算每个 - At run time , the choices in the
运行时,按顺序计算 - Operators in an expression are evaluated in a specific order known as operator precedence
表达式中的运算符按照称为运算符优先级的特定顺序计算。