ea8e12d32a
FossilOrigin-Name: 6a7ee82ed6b024ee1d8f7a51a9b91a66a8041cde06b53cce649d6bd383ae9677
27 lines
407 B
Text
27 lines
407 B
Text
# Gopher
|
|
|
|
RETRO has Gopher support via `gopher:get`.
|
|
|
|
Takes:
|
|
|
|
destination
|
|
server name
|
|
port
|
|
selector
|
|
|
|
Returns:
|
|
|
|
number of characters read
|
|
|
|
~~~
|
|
{{
|
|
'io:Gopher var
|
|
:identify
|
|
@io:Gopher n:zero? [
|
|
#5 io:scan-for dup n:negative?
|
|
[ drop 'IO_DEVICE_TYPE_0005_NOT_FOUND s:put nl ]
|
|
[ !io:Gopher ] choose ] if ;
|
|
---reveal---
|
|
:gopher:get identify #0 @io:Gopher io:invoke ;
|
|
}}
|
|
~~~
|