orddesc.gml

来自「开放源码的编译器open watcom 1.6.0版的源代码」· GML 代码 · 共 19 行

GML
19
字号
.pp
Operations at a higher level in the table will occur before those
below.
All operators involving more than one
operand associate from left to right, except
for the conditional and assignment operators, which associate from
right to left.
Operations at the same level, except where discussed in the relevant
section, may be executed in any order that the compiler chooses
(subject to the usual algebraic rules).
In particular, the compiler may regroup sub-expressions that are
both associative and commutative in order to improve the efficiency of
the code, provided the meaning (i.e. types and results) of the
operands and result are not affected by the regrouping.
.pp
The order of any side-effects (for example, assignment, or action
taken by a function call) is also subject to alteration by the
compiler.

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?