Handbook
Glossary
(readlns) ( -- )
Vocabulary
pop3
.
private
Inputs
None
Outputs
None
Definition
USING:
io
kernel
make
;
IN:
pop3.private
:
(readlns)
( -- )
readln
dup
"."
=
[
,
]
dip
[
(readlns)
]
unless
;