| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 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-2022, Franz Inc. Lafayette, CA., USA. All rights reserved.
This page was not revised from the 10.0 page.
Created 2019.8.20.
| Allegro CL version 10.1 Unrevised from 10.0 to 10.1. 10.0 version |