SHOW:
|
|
- or go back to the newest paste.
1 | term.clear() | |
2 | rednet.open("back") | |
3 | while true do | |
4 | term.setCursorPos(1,1) | |
5 | term.write("Type `exit` to end your session!") | |
6 | term.setCursorBlink(true) | |
7 | term.setCursorPos(1,2) | |
8 | rednet.broadcast(read()) | |
9 | sleep(0.1) | |
10 | term.clear() | |
11 | end | |
12 |