> How do I know if I have a message to read in my listen port or not?
> 
> port: open tcp://:8000

wait port
or 
wait [port 0] ; 0 is time, returns immediate 
either equal? port wait [ port 0] .. i think

> either ???-what goes here?-??? [
>   io-port: first port
>   print copy io-port
>   close io-port
>   ][
>   print "Nothing to see here..."
>   ]
> close port
> 
> 
> Thanks for any help,
> Max
> 
> 
> 
> 

Reply via email to