Say I am making a command-line interface. I want to print out a string, and then change it. For example, when you run the program, it prints out
Hello, World!
A few seconds later, though, the message gets changed to:
Hello, Computer User!
Is this possible? Cross-OS would be preferable.