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

[no subject]



FORMAT bugs:

1) (FORMAT T "~3f" 3.14159) warns that F is not a known control character.
2) In the case where ~< is used with four arguments, the first argument
   is taken to be the pad character rather than the fourth, e.g.
   (FORMAT T ~80,0,1,';<...~>") pads with P's (ascii 80) rather
   than semis.