pascalabcnet/PABCNetHelp/LangGuide/Operations_Expressions/addrop.html

17 lines
723 B
HTML
Raw Blame History

This file contains ambiguous Unicode characters

This file contains Unicode characters that might be confused with other characters. If you think that this is intentional, you can safely ignore this warning. Use the Escape button to reveal them.

<html><head>
<object type="application/x-oleobject" classid="clsid:1e2a7bd0-dab9-11d0-b93a-00c04fc99f9e">
</object>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251">
<title></title>
<link rel="StyleSheet" href="../../default.css"></head>
<body><H1>Операция @</H1>
<p>Операция <code>@</code>
применяется к переменной и возвращает ее адрес. Тип результата
представляет собой типизированный указатель на тип переменной. Например:</p>
<blockquote>
<p><code><b>var</b> <br>
&nbsp; r: real;<br>
&nbsp; pr: ^real := @r;<br>&nbsp;</code></p>
</blockquote>
</body></html>