SHOW:
|
|
- or go back to the newest paste.
| 1 | term.setBackgroundColor(colors.black) | |
| 2 | term.clear() | |
| 3 | term.setTextColor(colors.green) | |
| 4 | term.setCursorPos(1,1) | |
| 5 | - | print("Welcome!")
|
| 5 | + | print("To return type 'back'")
|
| 6 | print("--------------------------------------------")
| |
| 7 | paintutils.drawLine(1, 2, 100, 2, colors.green) | |
| 8 | term.setTextColor(colors.black) |