pascalabcnet/PABCNetHelp/LangGuide/PABCSystemUnit/Files/Subroutines for set of T.html

15 lines
1.4 KiB
HTML
Raw Permalink 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">
<param name="Keyword" value="Exclude">
<param name="Keyword" value="Include"></object>
<meta http-equiv="Content-Type" content="text/html; charset=windows-1251"><link rel="StyleSheet" href="../../../default.css">
</HEAD><body><H1>Подпрограммы для работы со стандартными множествами</H1>
<table border=0 cellpadding=5><tr><td><code><b>procedure</b> Exclude(<b>var</b> s: <b>set </b> <b>of</b> T; element: T);</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Удаляет элемент element из множества s</td></tr>
<tr><td><code><b>procedure</b> Exclude(<b>var</b> s: <b>set </b> <b>of</b> T; element: T);</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Удаляет элемент element из множества s</td></tr>
<tr><td><code><b>procedure</b> Include(<b>var</b> s: <b>set </b> <b>of</b> T; element: T);</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Добавляет элемент element во множество s</td></tr>
<tr><td><code><b>procedure</b> Include(<b>var</b> s: <b>set </b> <b>of</b> T; element: T);</code>
<br>&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;&nbsp;Добавляет элемент element во множество s</td></tr>
</table>
</body></HTML>