Hi Petr,
port/state is a set of variables used by the internal port handling code.
Generally they can be ignored unless you are writing your own port handler
in REBOL.
- jim
At 08:30 PM 11/10/99 +0100, you wrote:
>Hi,
>
>some few days I pointed out some not all that easily visible
>refinements, as email/host, email/user, time/julian, and now I found:
>
>port/state
>
>foreach word next first port/state [print word]
>
>flags
>misc
>tail
>num
>with
>custom
>index
>func
>fpos
>inBuffer
>outBuffer
>
>what is it good for? :-) What's the difference in purpose in port/state
>and port/status, which is filled in after query is applied on port?
>
>Thanks,
>
>-pekr-