rebol [] udp: open udp://localhost:9999 insert udp "Test" wait udp print copy udp close udp halt