removewindow

BAP Online Manuals : Library Reference : Library by Name : removewindow
Previous: remove
Next: repeat

6.2.110. removewindow

closes and removes the current window

SYNOPSIS

INCLUDE 'winlib.h'
removewindow

SYNTAX

removewindow

ARGUMENTS

(none)

DESCRIPTION

Closes and removes the current window from the screen. The input and output streams are set back to stdin / stdout.

EXAMPLE

makewindow(new,5,5,20,5,"Hello World"),
write("How are you?"),nl,
readln(_),
removewindow.

ERRORS

No runtime errors.

LAYERS

prolog-process, client-server, object

RELATED PREDICATES

makewindow , gotowindow , shiftwindow


BAP Online Manuals : Library Reference : Library by Name : removewindow
Previous: remove
Next: repeat