File:  [ELWIX - Embedded LightWeight unIX -] / embedaddon / mpd / doc / mpd60.html
Revision 1.1.1.4 (vendor branch): download - view: text, annotated - select for diffs - revision graph
Wed Mar 17 00:39:23 2021 UTC (3 years, 3 months ago) by misho
Branches: mpd, MAIN
CVS tags: v5_9p16, v5_9, HEAD
mpd 5.9

<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 3.2 Final//EN">
<HTML>
<HEAD>
<META HTTP-EQUIV="Content-Type" CONTENT="text/html; charset=iso-8859-1">
<TITLE>Errors</TITLE>
</HEAD>
<BODY text="#000000" bgcolor="#ffffff">

<A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
 <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
 <b>:</b> <EM>Errors</EM><BR>
<b>Previous:</b> <A HREF="mpd59.html"><EM>Script commands</EM></A><BR>
<b>Next:</b> <A HREF="mpd61.html"><EM>The included <code>mpd.script</code></EM></A>


<HR NOSHADE>
  <H2><A NAME="60"></A>6.6. Errors</H2>
<p>Any errors in the script cause the script to exit unsuccessfully.
Examples of errors include:</p>
<p>
<ul>
<li> A <code>call</code> or <code>goto</code> to a non-existent label
</li>
<li> A <code>return</code> without a corresponding <code>call</code>
</li>
<li> Executing <code>wait</code> without any events pending
</li>
<li> Execution falling off the end of the script
</li>
<li> Trying to assign <code>$Baudrate</code> an invalid baudrate
</li>
<li> Trying to match with an invalid regular expression
</li>
</ul>
</p>

 <HR NOSHADE>
<A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
 <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
 <b>:</b> <EM>Errors</EM><BR>
<b>Previous:</b> <A HREF="mpd59.html"><EM>Script commands</EM></A><BR>
<b>Next:</b> <A HREF="mpd61.html"><EM>The included <code>mpd.script</code></EM></A>



</BODY>
</HTML>

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