Mailing List Archive: 49091 messages
  • Home
  • Script library
  • AltME Archive
  • Mailing list
  • Articles Index
  • Site search
 

[REBOL] Re: Console port and network ports

From: ptretter:charter at: 11-Aug-2002 6:26

Maarten: Should can add your ports to a block. I do this often. ... waitports: [port1 port2 port3] forever [ if now-port = port1 [do something] if now-port = port2 [do something else] if now-port = port3 [print something] now-port: wait waitports ] Paul Tretter