14 lines
270 B
Text
14 lines
270 B
Text
|
~~~
|
||
|
{{
|
||
|
'io:Sockets var
|
||
|
:identify
|
||
|
@io:Sockets n:zero? [
|
||
|
#7 io:scan-for dup n:negative?
|
||
|
[ drop 'IO_DEVICE_TYPE_0004_NOT_FOUND s:put nl ]
|
||
|
[ !io:Sockets ] choose ] if ;
|
||
|
---reveal---
|
||
|
:io:socket-operation identify @io:Sockets io:invoke ;
|
||
|
}}
|
||
|
~~~
|
||
|
|