| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |
Arguments: string &optional package eof-error-p eof-value &key start end preserve-whitespace
Like read-from-string and takes similar
arguments and behaves the same when there is no error (except for the
package argument, see below). But if an error is signaled during the
read, this function catches the error and returns nil
, the value of the :end argument, and the
condition signaled.
read-from-string does not
accept the optional package argument. If supplied, it must be a
package object, or a string or symbol naming a package. The value of
*package*
is
bound to that package while the string is read.
Copyright (c) 1998-2016, Franz Inc. Oakland, CA., USA. All rights reserved.
This page was not revised from the 8.1 page.
Created 2010.1.21.
| Allegro CL version 8.2 Unrevised from 8.1 to 8.2. 8.1 version |