Handbook
Glossary
with-any-port-local-broadcast ( quot -- )
Vocabulary
io
.
sockets
Inputs
quot
a
quotation
Outputs
None
Word description
Creates a broadcast datagram socket and calls the quotation with this datagram on top of the stack, cleaning up afterwards.
Definition
USING:
destructors
kernel
;
IN:
io.sockets
:
with-any-port-local-broadcast
( quot -- )
[
dup
<any-port-local-broadcast>
]
dip
with-disposal
;
inline