closes and removes the current window
INCLUDE 'winlib.h' removewindow
removewindow
(none)
Closes and removes the current window from the screen. The input and output streams are set back to stdin / stdout.
makewindow(new,5,5,20,5,"Hello World"), write("How are you?"),nl, readln(_), removewindow.
No runtime errors.
prolog-process, client-server, object
makewindow , gotowindow , shiftwindow