I asked this question a few weeks ago about port http://stackoverflow.com/questions/1291127/rebol-smallest-http-server-in-the-world-why-first-wait-listen-port
listen-port is an object
first listen-port is self so still don't understand why self doesn't equal listen-port that is why do we need
http-port: first wait listen-port
if wait returns listen-port and first listen port is the same as self or listen-port then the above code is not the same as
http-port: wait listen-port
?