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

    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>Errors</TITLE>
    6: </HEAD>
    7: <BODY text="#000000" bgcolor="#ffffff">
    8: 
    9: <A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
   10:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
   11:  <b>:</b> <EM>Errors</EM><BR>
   12: <b>Previous:</b> <A HREF="mpd59.html"><EM>Script commands</EM></A><BR>
   13: <b>Next:</b> <A HREF="mpd61.html"><EM>The included <code>mpd.script</code></EM></A>
   14: 
   15: 
   16: <HR NOSHADE>
   17:   <H2><A NAME="60"></A>6.6. Errors</H2>
   18: <p>Any errors in the script cause the script to exit unsuccessfully.
   19: Examples of errors include:</p>
   20: <p>
   21: <ul>
   22: <li> A <code>call</code> or <code>goto</code> to a non-existent label
   23: </li>
   24: <li> A <code>return</code> without a corresponding <code>call</code>
   25: </li>
   26: <li> Executing <code>wait</code> without any events pending
   27: </li>
   28: <li> Execution falling off the end of the script
   29: </li>
   30: <li> Trying to assign <code>$Baudrate</code> an invalid baudrate
   31: </li>
   32: <li> Trying to match with an invalid regular expression
   33: </li>
   34: </ul>
   35: </p>
   36: 
   37:  <HR NOSHADE>
   38: <A HREF="mpd.html"><EM>Mpd 5.9 User Manual</EM></A>
   39:  <b>:</b> <A HREF="mpd50.html"><EM>Chat Scripting</EM></A>
   40:  <b>:</b> <EM>Errors</EM><BR>
   41: <b>Previous:</b> <A HREF="mpd59.html"><EM>Script commands</EM></A><BR>
   42: <b>Next:</b> <A HREF="mpd61.html"><EM>The included <code>mpd.script</code></EM></A>
   43: 
   44: 
   45: 
   46: </BODY>
   47: </HTML>

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