Handbook
Glossary
byte-array>ipv4 ( byte-array -- string )
Vocabulary
dns
Inputs
byte-array
an
object
Outputs
string
an
object
Definition
USING:
math.parser
sequences
;
IN:
dns
:
byte-array>ipv4
( byte-array -- string )
[
number>string
]
{
}
map-as
"."
join
;