[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Problems with (open
- To: MCL bulletin board <info-macl@cambridge.apple.com>
- Subject: Problems with (open
- From: Bruce Lester <72110.1107@CompuServe.COM>
- Date: 20 Jul 92 16:48:07 EDT
Does anyone know why this does not work?
? (setf a (open "test" :direction :io :if-exists :overwrite
:element-type :unsigned-byte))
> Error: Unbound variable: UNSIGNED-BYTE
> While executing: SYMBOL-VALUE
> Type Command-/ to continue, Command-. to abort.
> If continued: Retry getting the value of UNSIGNED-BYTE.
See the Restarts... menu item for further choices.
1 >
Aborted
? (setf a (open "test" :direction :io :if-exists :overwrite
:element-type unsigned-byte))
> Error: Unbound variable: UNSIGNED-BYTE
> While executing: SYMBOL-VALUE
> Type Command-/ to continue, Command-. to abort.
> If continued: Retry getting the value of UNSIGNED-BYTE.
See the Restarts... menu item for further choices.
1 >