blob: b616263309a4c99d9b7bd086e934c92c251f6c66 (
plain)
1
2
3
4
5
6
7
8
9
|
clear()
//clc()
disp("Example 2 : Clear the current session window at the press of a key")
printf("\n**********************************************************\n")
disp("Answer :")
disp("")
disp("Press any key to clear the Session window ")
halt("")
//clc()
|