I want to create a welcome text header during the program runs. I wanna keep it at the top while the program is running (like asking for input@ showing output).
EG:
-----
WELCOME
----- //Stay until end of the program
// output/input. "WELCOME" stay at the top
EG:
-----
WELCOME
----- //Stay until end of the program
// output/input. "WELCOME" stay at the top
Comment