view interps/clc-intercal/CLC-INTERCAL-Docs-1.-94.-2/doc/html/errors.hgen @ 12508:335a2a849232 draft default tip

<wib_jonas> `` f=/hackenv/bin/dateu; >$f echo $\'#!/bin/bash\\nset -e\\nif (( 1 < $# )); then echo "dateu error: too many command-line arguments. Usage: dateu datetimestring"; exit 2; fi\\nexec date -u ${1:+-d "$1"} "+%Y-%m-%d %H:%M:%S.%3N %z %Z %B %-e %A %G-W%V-%u"\'; chmod a+x "$f"
author HackEso <hackeso@esolangs.org>
date Wed, 03 Jul 2024 18:15:24 +0100
parents 859f9b4339e6
children
line wrap: on
line source

@@DATA Splats@@
<HTML>
    <HEAD>
	<TITLE>CLC-INTERCAL Reference</TITLE>
    </HEAD>
    <BODY>
	<H1>CLC-INTERCAL Reference</H1>
	<H2>... Errors</H2>

	<P>
	This is a complete list of error codes generated by CLC-INTERCAL 1.-94.-3.
	Each code has an error message associate with it. Note that older versions
	of CLC-INTERCAL may generate different errors.
	</P>

	<P>
	Table of contents:
	<UL>
	    <LI><A HREF="index.html">Parent directory</A>
	    <LI><A HREF="#num">Numerical listing of error codes</A>
	    <LI><A HREF="#alph">Nearly Alphabetical listing of error codes</A>
	    <LI><A HREF="#desc">Description of error messages</A>
	</UL>
	</P>

	<H2><A NAME="num">Numerical listing of error codes</A></H2>

	<TABLE BORDER>
	    <TR><TH>Code</TH><TH>Message</TH></TR>
@@MULTI SPLATS NUMBER@@
	    <TR><TD>*@@NUMBER@@</TD><TD><A HREF="#@@NUMBER@@">@@DESCR:PARM '%' '<I>' '</I>'@@</A></TD></TR>
@@MULTI@@
	</TABLE>

	<H2><A NAME="alph">Nearly Alphabetical listing of error codes</A></H2>

	<TABLE BORDER>
	    <TR><TH>Code</TH><TH>Message</TH></TR>
@@MULTI SPLATS DESCR@@
	    <TR><TD>*@@NUMBER@@</TD><TD><A HREF="#@@NUMBER@@">@@DESCR:PARM '%' '<I>' '</I>'@@</A></TD></TR>
@@MULTI@@
	</TABLE>

	<H2><A NAME="desc">Description of error messages</A></H2>

@@MULTI SPLATS DOC@@
	<P>
	<A NAME="@@NUMBER@@">*@@NUMBER@@</A> @@DESCR:PARM '%' '<I>' '</I>'@@<BR>
	@@DOC HTML@@
	</P>
@@MULTI@@

    </BODY>
</HTML>