basic_op_pr.htm
来自「Delphi脚本控件」· HTM 代码 · 共 74 行
HTM
74 行
<html>
<head>
<link rel=stylesheet type="text/css" href="styles.css">
</head>
<body>
<h3>
paxBasic 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%>^</TD>
<TD width=61%>Power</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>+ - New AddressOf</TD>
<TD width=61%>Unary operators, object creation, delegate creation</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>* / \</TD>
<TD width=61%>Multiplication, division, integer division</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>Mod</TD>
<TD width=61%>Modulo division</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>+ -</TD>
<TD width=61%>Addition, subtraction</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>&</TD>
<TD width=61%>string concatenation</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>< <= > >= = <></TD>
<TD width=61%>Less than, less than or equal, greater than, greater than or equal, equality, inequality</TD>
</TR>
<TR VALIGN="top">
<TD width=39%>And, Or, Xor, Not</TD>
<TD width=61%>Logical operations</TD>
</TR>
</table>
<p>
<HR>
<font size = 1 color ="gray">
Copyright © 1999-2005
VIRT Laboratory. All rights reserved.
</font>
</body>
</html>
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?