emacs.d/clones/colinallen.dnsalias.org/lp/node58.html

48 lines
1.6 KiB
HTML
Raw Normal View History

2022-08-02 12:34:59 +02:00
<!DOCTYPE HTML PUBLIC "-//W3O//DTD W3 HTML 2.0//EN">
<!Originally converted to HTML using LaTeX2HTML 95 (Thu Jan 19 1995) by Nikos Drakos (nikos@cbl.leeds.ac.uk), CBLU, University of Leeds >
<HEAD>
<TITLE> Input and Output</TITLE>
</HEAD>
<BODY>
<meta name="description" value=" Input and Output">
<meta name="keywords" value="lp">
<meta name="resource-type" value="document">
<meta name="distribution" value="global">
<P>
<BR> <HR>
<A HREF="node59.html"><IMG ALIGN=BOTTOM ALT="next" SRC="next_motif.gif"></A>
<A HREF="lp.html"><IMG ALIGN=BOTTOM ALT="up" SRC="up_motif.gif"></A>
<A HREF="node57.html"><IMG ALIGN=BOTTOM ALT="previous" SRC="previous_motif.gif"></A> <BR>
<A HREF="lp.html"><B>Contents</B></A>
<B> Next:</B>
<A HREF="node59.html"> Basic Printing</A>
<B>Up:</B>
<A HREF="lp.html">Lisp Primer</A>
<B> Previous:</B>
<A HREF="node57.html"> Exercises.</A>
<BR> <HR> <P>
<H1> Input and Output</H1>
<P>
Terminal input and output is controlled with variants of print and read. More sophisticated output is available using format. Input and output using system files is achieved using the same functions and associating a file with an input or output ``stream''.
<P>
<BR> <HR>
<UL>
<LI>
<A HREF="node59.html"> Basic Printing</A>
<LI>
<A HREF="node60.html"> Nicer Output Using Format</A>
<LI>
<A HREF="node61.html"> Reading</A>
<LI>
<A HREF="node62.html"> Input and Output to Files</A>
<LI>
<A HREF="node63.html"> Converting Strings to Lists</A>
</UL>
<BR> <HR>
<P>
<ADDRESS>
<I>&#169; Colin Allen &amp; Maneesh Dhagat <BR>
March 2007 </I>
</ADDRESS>
</BODY>