View difference between Paste ID: 69vZkwve and 7MSnetqE
SHOW: | | - or go back to the newest paste.
1
term.getSize()
2
term.setBackgroundColor(colors.black)
3
term.setCursorPos(1,1)
4
term.clear()
5
term.setTextColor(colors.yellow)
6
print("SublimeOS - 0.1A - DEV")
7
sleep(0.2)
8
write("> ")
9
term.setTextColor(colors.white)
10
print("SConsole - 0.2A")
11
term.setTextColor(colors.yellow)
12
sleep(0.1)
13
write("> ")
14
term.setTextColor(colors.white)
15
print("SConsole >> Activated")
16
sleep(0.1)
17
term.setTextColor(colors.yellow)
18
write("> ")
19
term.setTextColor(colors.white)
20
print("SConsole >> Hiding")
21
sleep(0.2)