[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
FLATC
- To: KMP at MIT-MC, (BUG LISP) at MIT-MC
- Subject: FLATC
- From: HIC at MIT-MC (Howard I. Cannon)
- Date: Tue, 30 May 78 21:26:00 GMT
- Original-date: 30 MAY 1978 1726-EDT
FLATC returns the NUMBER OF CHARACTERS in a PRINC'ed representation - FLATSIZ
returns the length of the object if it was PRINC'ed. So, (FLATC '^H) returns
1 whereas (FLATSIZE '^H) returns 2. No special checking is done for ^H at
all in either of the SUBR's.