[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

VECTORs



    Date: 9 August 1981 23:49-EDT
    From: Alan Bawden <ALAN at MIT-MC>
    (sprinter (vector 1 2 3)) prints:
    (1 2 3)
    notice the lack of a leading "#".  Also (set-vector-length v n) seems to
    always get an MPV trying to write a #777777 into nowhere.
Fixed now, in VECTOR 71.  Problem with SPRINT method was merely missing
output of #, and with SET-VECTOR-LENGTH was a 'twiddle' in the args to
RPLACX.