pascal_op_misc.htm
来自「Delphi脚本控件」· HTM 代码 · 共 112 行
HTM
112 行
<html>
<head>
<link rel=stylesheet type="text/css" href="styles.css">
</head>
<body>
<h3>
paxPascal Miscellaneous Operators
</h3>
<table border="1">
<tr>
<th>Language Element</th>
<th>Short Description</th>
</tr>
<tr>
<td><a href="#@ Operator"><b>@ Operator</b></a></td>
<td>Returns delegate of function or alias of variable.</td>
</tr>
<tr>
<td><a href="#^ Operator"><b>^ Operator</b></a></td>
<td>Returns terminal of variable.</td>
</tr>
<tr>
<td><a href="#+ Operator (unary)"><b>+ Operator (unary)</b></a></td>
<td>Returns copy of array.</td>
</tr>
</table>
<a name="@ Operator"><h3>@ Operator</h3></a>
<!-------------------------------------------------------------------->
<blockquote>
Returns delegate of function or alias of variable (see <a href="lisppa.htm">LISPPA </a>).
<pre>
result = @ Expr
</pre>
<H4>
Arguments
</H4>
<blockquote>
<i>result</i>
<blockquote>
Any variable.
</blockquote>
</blockquote>
<blockquote>
<i>Expr</i>
<blockquote>
Any expression.
</blockquote>
</blockquote>
</blockquote>
<a name="^ Operator"><h3>^ Operator</h3></a>
<!-------------------------------------------------------------------->
<blockquote>
Returns terminal of variable (see <a href="lisppa.htm">LISPPA </a>).
<pre>
result = Expr ^
</pre>
<H4>
Arguments
</H4>
<blockquote>
<i>result</i>
<blockquote>
Any variable.
</blockquote>
</blockquote>
<blockquote>
<i>Expr</i>
<blockquote>
Any expression.
</blockquote>
</blockquote>
</blockquote>
<a name="+ Operator (unary)"><h3>+ Operator (unary)</h3></a>
<!-------------------------------------------------------------------->
<blockquote>
Returns copy of array.
<pre>
result = + expr
</pre>
<H4>
Arguments
</H4>
<blockquote>
<i>expr</i>
<blockquote>
Any expression
</blockquote>
</blockquote>
</blockquote>
<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 + -
显示快捷键?