pascal_op_pr.htm

来自「Delphi脚本控件」· HTM 代码 · 共 54 行

HTM
54
字号
<html>
<head>
<link rel=stylesheet type="text/css" href="styles.css">
</head>
<body>

<h3>
paxPascal Operator Precedence
</h3>


<table border="1">

<TR VALIGN="top">
<TH width=39%>Operator</TH>
<TH width=61%>Description</TH>
</TR>

<TR VALIGN="top">
<TD width=39%>. [] ()</TD>
<TD width=61%>Field access, array indexing, function calls, and expression grouping</TD>
</TR>


<TR VALIGN="top">
<TD width=39%>+ - not @</TD>
<TD width=61%>Unary operators, object creation, delegate creation</TD>
</TR>

<TR VALIGN="top">
<TD width=39%>* / div mod shl shr and</TD>
<TD width=61%>Multiplication, division, integer division, modulo division, bitwise shifts, logical and, bitwise and</TD>
</TR>

<TR VALIGN="top">
<TD width=39%>+ - or xor</TD>
<TD width=61%>Addition, subtraction, logical or, bitwise or, logical xor, bitwise xor</TD>
</TR>

<TR VALIGN="top">
<TD width=39%>&lt; &lt;= &gt; &gt;=  =  &lt;&gt;</TD>
<TD width=61%>Less than, less than or equal, greater than, greater than or equal, equality, inequality</TD>
</TR>

</table>
<p>
<HR>
<font size = 1 color ="gray">
Copyright &copy; 1999-2005
VIRT Laboratory. All rights reserved.
</font>
</body>
</html>

⌨️ 快捷键说明

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