home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
OS/2 Shareware BBS: 5 Edit
/
05-Edit.zip
/
me34src.zip
/
me3
/
mutt
/
misc
/
ascii.mut
next >
Wrap
Text File
|
1995-01-14
|
223b
|
16 lines
(include me.mh)
(include mod.mut)
(defun
all-the-ASCII-characters
{
(int j)
(for (j 1) (< j 256) (+= j 1)
{
(insert-text (convert-to CHARACTER j))
(if (== 0 (mod j 32)) (newline))
})
}
)