Factor Documentation
|
Home
|
Glossary
|
Search
factorcode.org
mx-line. ( host pair -- )
Vocabulary
tools.dns
Definition
USING:
io
kernel
math.parser
sequences
;
IN:
tools.dns
:
mx-line.
( host pair -- )
[
write
" mail is handled by "
write
]
[
first2
[
number>string
write
bl
]
[
print
]
bi*
]
bi*
;