2 lines
116 B
Text
2 lines
116 B
Text
System.write("\e[2J") // clear the terminal
|
|
System.print("\e[6;3HHello") // move to (6, 3) and print 'Hello'
|