home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Language/OS - Multiplatform Resource Library
/
LANGUAGE OS.iso
/
b
/
b.lha
/
B
/
ex
/
xref
/
"words
< prev
next >
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-11-24
|
241 b
|
9 lines
YIELD words line:
PUT {} IN list
WHILE SOME head, word, tail PARSING line HAS word'isolated:
INSERT word IN list
PUT tail IN line
RETURN list
word'isolated:
REPORT word>'' AND alphabetic word|1 AND (tail='' OR NOT alphabetic tail|1)