Annotation of embedaddon/mpd/doc/mpd56.html, revision 1.1

1.1     ! misho       1: <!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
        !             2: <HTML>
        !             3: <HEAD>
        !             4: <META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
        !             5: <TITLE>Special sets and targets</TITLE>
        !             6: </HEAD>
        !             7: <BODY text="#000000" bgcolor="#ffffff">
        !             8: 
        !             9: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            10:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
        !            11:  <b>:</b> <A HREF="mpd55.html"><EM>Sets</EM></A>
        !            12:  <b>:</b> <EM>Special sets and targets</EM><BR>
        !            13: <b>Previous:</b> <A HREF="mpd55.html"><EM>Sets</EM></A><BR>
        !            14: <b>Next:</b> <A HREF="mpd57.html"><EM>Variables</EM></A>
        !            15: 
        !            16: 
        !            17: <HR NOSHADE>
        !            18:   <H2><A NAME="56"></A>6.3.1. Special sets and targets</H2>
        !            19: <p>The <code>timer</code>, <code>match</code> and <code>regex</code> commands
        !            20: may specify (by omission) the <b>default set</b>. This set is
        !            21: exactly like any other set, except that it is automatically
        !            22: cancelled after the occurrence of <em>any</em> event. It may be
        !            23: explicitly named by using the empty string, (ie, <code>""</code>).</p>
        !            24: <p>The <code>timer</code>, <code>match</code> and <code>regex</code> commands
        !            25: may also specify (by omission) the <b>default target</b>. This
        !            26: target, whose name is also the empty string, has the special
        !            27: propery that it always refers to ``the statement immediately
        !            28: following the next wait statement.''  That is, if the target of
        !            29: any event is the default target, the occurrence of that event
        !            30: just causes execution to continue starting with the statement
        !            31: following the wait statement.</p>
        !            32: <p>Finally, when <b><code>all</code></b> is used with the ``cancel''
        !            33: command, <em>all</em> sets (i.e., all pending events) are cancelled.</p>
        !            34: 
        !            35:  <HR NOSHADE>
        !            36: <A HREF="mpd.html"><EM>Mpd 5.6 User Manual</EM></A>
        !            37:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
        !            38:  <b>:</b> <A HREF="mpd55.html"><EM>Sets</EM></A>
        !            39:  <b>:</b> <EM>Special sets and targets</EM><BR>
        !            40: <b>Previous:</b> <A HREF="mpd55.html"><EM>Sets</EM></A><BR>
        !            41: <b>Next:</b> <A HREF="mpd57.html"><EM>Variables</EM></A>
        !            42: 
        !            43: 
        !            44: 
        !            45: </BODY>
        !            46: </HTML>

FreeBSD-CVSweb <freebsd-cvsweb@FreeBSD.org>