langs a-z
This commit is contained in:
parent
db842d013d
commit
d066446780
11389 changed files with 98361 additions and 1020 deletions
10
Task/Echo-server/REBOL/echo-server.rebol
Normal file
10
Task/Echo-server/REBOL/echo-server.rebol
Normal file
|
|
@ -0,0 +1,10 @@
|
|||
server-port: open/lines tcp://:12321
|
||||
forever [
|
||||
connection-port: first server-port
|
||||
until [
|
||||
wait connection-port
|
||||
error? try [insert connection-port first connection-port]
|
||||
]
|
||||
close connection-port
|
||||
]
|
||||
close server-port
|
||||
Loading…
Add table
Add a link
Reference in a new issue