home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Simtel MSDOS 1992 June
/
SIMTEL_0692.cdr
/
msdos
/
editor
/
me_cd.arc
/
WSPACE.MUT
< prev
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
Macintosh to JP
NeXTSTEP
RISC OS/Acorn
Shift JIS
UTF-8
Wrap
Text File
|
1988-10-05
|
211 b
|
8 lines
;; wspace.mut : routines that deal with whitespace.
;; C Durland
(defun
skip-whitespace HIDDEN { (while (isspace) (next-character)) }
kill-whitespace { (while (isspace) (delete-character)) }
)