[Bug-openmcl] open :element-type ...

bryan o'connor bryan-openmcl at lunch.org
Sat Jan 24 23:53:58 MST 2004


erf!  i typo'd in my cut-n-paste of the lisp code.
it should be:

(LET* ((I 8)
        (S (OPEN "foo.txt" :DIRECTION :OUTPUT :IF-EXISTS :SUPERSEDE
                           :ELEMENT-TYPE (LIST 'UNSIGNED-BYTE I))))
   (write-byte (1- (ASH 1 I)) S)
   (close s))



More information about the Bug-openmcl mailing list